-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
55
56
57
58
59
{
"name": "localstores",
"version": "1.3.1",
"description": "跨端缓存的方案 -支持(小程序,h5,pc)",
"main": "lib/index.umd.js",
"module": "lib/index.esm.js",
"scripts": {
"test": "npm run jest",
"jest": "jest",
"mergetag": "node ./build/mergetag.js",
"build": "npm run rollup",
"release": "npm run changelog && node ./build/release.js",
"rollup": "rollup --config build/rollup.config.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 "
},
"keywords": [
"websql",
"localstorage",
"indexdb",
"cache"
],
"files": [
"lib",
"src"
],
"homepage": "https://github.com/xiangxiong/localStore",
"bugs": {
"url": "https://github.com/xiangxiong/localStore/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/xiangxiong/localStore"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"install": "^0.13.0",
"npm": "^7.9.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/runtime-corejs2": "^7.13.10",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"conventional-changelog": "^3.0.6",
"conventional-changelog-cli": "^2.0.12",
"execa": "^1.0.0",
"jest": "^24.1.0",
"rollup": "^2.45.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.1"
},
"author": "shawn",
"license": "Apache"
}