-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 969 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 969 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
29
30
31
32
33
34
35
36
{
"name": "webindexeddb",
"version": "1.0.0",
"description": "indexeddb封装,简单查询,可用于前端mock数据",
"main": "lib/bundle.umd.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yinyangshibolange/webindexeddb.git"
},
"keywords": [
"indexeddb",
"mock",
"前端数据库"
],
"author": "hy",
"license": "ISC",
"bugs": {
"url": "https://github.com/yinyangshibolange/webindexeddb/issues"
},
"homepage": "https://github.com/yinyangshibolange/webindexeddb#readme",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.2",
"rollup": "^3.20.2",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"lib/bundle.umd.min.js","README.md"
]
}