forked from musicode/x-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "x-validator",
"version": "0.1.0",
"description": "params validator",
"main": "dist/index.js",
"module": "index.js",
"jsnext:main": "index.js",
"scripts": {
"test": "mocha",
"source": "cross-env NODE_ENV=development node_modules/.bin/rollup -c ./rollup.config.js",
"min": "cross-env NODE_ENV=production NODE_MINIFY=true node_modules/.bin/rollup -c ./rollup.config.js",
"build": "npm run source && npm run min"
},
"repository": {
"type": "git",
"url": "git+https://github.com/musicode/x-validator.git"
},
"keywords": [
"node",
"param",
"validate"
],
"author": "musicode",
"license": "MIT",
"bugs": {
"url": "https://github.com/musicode/x-validator/issues"
},
"homepage": "https://github.com/musicode/x-validator#readme",
"devDependencies": {
"cross-env": "^5.2.0",
"rollup": "^1.10.1",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-filesize": "^6.1.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.0.0",
"power-assert": "^1.4.4"
}
}