-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
41 lines (41 loc) · 906 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
38
39
40
41
{
"name": "parameter",
"version": "3.7.0",
"description": "A parameter verify tools.",
"main": "index.js",
"module": "index.es5.js",
"files": [
"index.js",
"index.es5.js"
],
"scripts": {
"lint": "echo 'ignore'",
"test": "egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run cov",
"build:es5": "babel index.js --presets babel-preset-es2015 -o index.es5.js",
"prepublish": "npm run build:es5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"beautify-benchmark": "0",
"benchmark": "*",
"egg-bin": "^4.19.0",
"should": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/node-modules/parameter.git"
},
"keywords": [
"parameter",
"verify",
"univ"
],
"engines": {
"node": ">= 10.0.0"
},
"author": "fengmk2 <fengmk2@gmail.com>",
"license": "MIT"
}