-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.77 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.77 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ffc-wechat-miniprogram-sdk",
"version": "0.1.3",
"description": "https://github.com/feature-flags-co/ffc-wechat-miniprogram-sdk",
"main": "build/index.js",
"miniprogram": "build",
"scripts": {
"cptaro": "rimraf ../ffc-wechat-miniprogram-sdk-taro-demo/src/ffc-wechat-miniprogram-sdk && copyfiles -u 1 src/*.ts ../ffc-wechat-miniprogram-sdk-taro-demo/src/ffc-wechat-miniprogram-sdk",
"cpdemo": "npm run build && rimraf demos/js-demo/ffc-wechat-miniprogram-sdk/index.js && copyfiles -u 1 dist/index.js demos/js-demo/ffc-wechat-miniprogram-sdk && rimraf demos/typescript-demo/miniprogram/ffc-wechat-miniprogram-sdk && copyfiles -u 1 src/*.* demos/typescript-demo/miniprogram/ffc-wechat-miniprogram-sdk",
"build": "rimraf dist && rimraf build && tsc && webpack --mode production && rimraf ts-build",
"prepublishOnly": "npm run build",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feature-flags-co/ffc-wechat-miniprogram-sdk"
},
"keywords": [
"feature-flags.co",
"敏捷开关",
"feature flags",
"微信小程序"
],
"author": "北京心跳率科技有限公司",
"license": "ISC",
"bugs": {
"url": "https://github.com/feature-flags-co/ffc-wechat-miniprogram-sdk/issues"
},
"homepage": "https://github.com/feature-flags-co/ffc-wechat-miniprogram-sdk#readme",
"files": [
"/build",
"/src",
"/dist"
],
"devDependencies": {
"copy-webpack-plugin": "^10.2.4",
"copyfiles": "^2.4.1",
"esbuild": "^0.14.38",
"gts": "^3.1.0",
"rimraf": "^3.0.2",
"ts-loader": "^9.2.6",
"tslint": "^6.1.3",
"typescript": "~4.6.2",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
}
}