-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.42 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": "@volkovasystem/level-data",
"alias": "level-data",
"version": "0.0.3",
"description": "Flatten data.",
"main": "level-data.js",
"scripts": {
"check": "source ./setting/default-setting.sh && ./tool/check-module.sh",
"reset": "source ./setting/default-setting.sh && ./tool/reset-module.sh",
"clean": "source ./setting/default-setting.sh && ./tool/clean-module.sh",
"bundle": "source ./setting/default-setting.sh && ./tool/bundle-module.sh",
"compress": "source ./setting/default-setting.sh && ./tool/compress-module.sh",
"resolve": "source ./setting/default-setting.sh && ./tool/resolve-module.sh",
"build": "source ./setting/default-setting.sh && ./tool/build-module.sh",
"test": "source ./setting/default-setting.sh && ./tool/test-module.sh",
"stage": "source ./setting/default-setting.sh && ./tool/stage-module.sh",
"prepublishOnly": "npm run stage",
"postpublish": "npm run clean && npm run check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystem/level-data.git"
},
"keywords": [
"level-data",
"level",
"data",
"flatten"
],
"author": "Richeve S. Bebedor <[email protected]>",
"contributors": [
"Richeve S. Bebedor <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/volkovasystem/level-data/issues"
},
"homepage": "https://github.com/volkovasystem/level-data#readme"
}