-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 KB
/
package.json
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
51
52
53
54
{
"name": "miniprogram-chaining-api-polyfill",
"version": "0.1.0",
"description": "Chaining API Polyfill for WeChat MiniProgram without glass-easel",
"main": "dist/index.js",
"types": "src/index.ts",
"miniprogram": "dist",
"repository": {
"type": "git",
"url": "git+https://github.com/wechat-miniprogram/chaining-api-polyfill.git"
},
"keywords": [
"chaining-api",
"wechat",
"miniprogram"
],
"author": "wechat-miniprogram",
"license": "MIT",
"bugs": {
"url": "https://github.com/wechat-miniprogram/chaining-api-polyfill/issues"
},
"homepage": "https://github.com/wechat-miniprogram/chaining-api-polyfill#readme",
"scripts": {
"build": "webpack",
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch",
"test": "jest"
},
"devDependencies": {
"@eslint/js": "^10.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"glass-easel": "^0.11.0",
"glass-easel-miniprogram-adapter": "^0.11.0",
"glass-easel-template-compiler": "^0.11.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"miniprogram-api-typings": "^4.0.2"
}
}