-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 959 Bytes
/
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
{
"name": "yox-store",
"version": "0.10.0",
"description": "data store for yox.js",
"main": "dist/yox-store.min.js",
"keywords": [
"lightweight",
"data",
"store",
"yox"
],
"scripts": {
"dev": "node_modules/.bin/rollup -c ./build/config.dev.js",
"prod": "node_modules/.bin/rollup -c ./build/config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoxjs/yox-store.git"
},
"author": "musicode",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoxjs/yox-store/issues"
},
"homepage": "https://github.com/yoxjs/yox-store#readme",
"devDependencies": {
"rollup": "^1.10.1",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-filesize": "^6.0.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.9.3",
"typescript": "^3.4.4"
}
}