-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "wxminishareddata",
"version": "2.1.1",
"main": "./lib/index.js",
"scripts": {
"test": "jest",
"dev": "cross-env NODE_ENV=development webpack --mode development",
"build": "cross-env NODE_ENV=production webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hspprogrammer/wxminiSharedData.git"
},
"keywords": [
"微信小程序",
"状态管理"
],
"author": "hanshanpeng",
"license": "ISC",
"bugs": {
"url": "https://github.com/hspprogrammer/wxminiSharedData/issues"
},
"homepage": "https://github.com/hspprogrammer/wxminiSharedData#readme",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-external-helpers": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"wxminishareddata": "^1.0.0"
}
}