-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 868 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 868 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
{
"name": "@fibjs/enforce",
"version": "0.2.0",
"description": "",
"main": "lib/index.js",
"types": "typings/index.d.ts",
"repository": "git://github.com/fibjs-modules/enforce.git",
"author": "richardo2016@gmail.com",
"homepage": "https://github.com/fibjs-modules/enforce",
"license": "MIT",
"keywords": [
"enforce"
],
"scripts": {
"build": "ftsc src/* --outDir lib",
"test": "fibjs test/run.js",
"ci": "npm run build && npm run test",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@fibjs/ci": "^2.1.0",
"@fibjs/types": "^0.30.0",
"fib-typify": "^0.8.5"
},
"ci": {
"type": "travis, appveyor",
"version": [
"0.28.0",
"0.29.0",
"0.30.0",
"0.31.0"
]
}
}