-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 774 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 774 Bytes
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
{
"description": "The official ThinkingData MiniProgram library",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"eslint": "^6.8.0",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"uglify-js": "^3.10.1"
},
"license": "Apache-2.0",
"name": "thinkingdata-mini-program",
"scripts": {
"build": "./build.sh build",
"build-all": "./build.sh",
"lint": "eslint ./src",
"release": "./build.sh release",
"release-uniapp":"./build.sh release-uniapp",
"release-e3":"./build.sh CocosCreator"
},
"version": "3.5.0",
"creator": {
"version": "3.2.0"
},
"uuid": "963a9855-dc93-4a0a-8e49-a65f4d0bc0f8"
}