-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 913 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
{
"name": "fibjs-types-mono",
"version": "0.1.0",
"description": "types for fibjs runtime",
"types": "DefinitelyTyped/index.d.ts",
"main": "index.js",
"scripts": {
"build": "fibjs ./build/bin.js",
"pub": "lerna publish patch",
"test": "echo \"Error: no test specified\" && exit 1",
"install-test": "cd type-test && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fibjs-modules/types.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/fibjs-modules/types/issues"
},
"homepage": "https://github.com/fibjs-modules/types#readme",
"devDependencies": {
"ejs": "^2.5.6",
"lerna": "^4.0.0",
"pegjs": "^0.10.0"
},
"dependencies": {
"@fibjs/fs-readdir-recursive": "^1.0.2",
"dts-dom": "^3.6.0",
"semver": "^6.0.0"
},
"engines": {
"fibjs": ">= 0.29.x"
}
}