-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.08 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "babel-plugin-worklet",
"version": "0.0.7",
"description": "Compile worklet function in miniprogram",
"main": "lib/index",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wechat-miniprogram/babel-plugin-worklet.git"
},
"keywords": [
"miniprogram",
"worklet"
],
"author": "sanford",
"license": "MIT",
"bugs": {
"url": "https://github.com/wechat-miniprogram/babel-plugin-worklet/issues"
},
"homepage": "https://github.com/wechat-miniprogram/babel-plugin-worklet#readme",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-arrow-functions": "^7.18.6",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
"@babel/plugin-transform-template-literals": "^7.27.1",
"@babel/preset-typescript": "^7.28.5",
"jest": "^30.2.0",
"string-hash-64": "^1.0.3"
}
}