-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "bob",
"type": "module",
"description": "Convention-based build tool for node.js projects.",
"keywords": [
"build",
"lint",
"test",
"coverage",
"publish"
],
"version": "3.1.1-pre.0",
"homepage": "http://github.com/cliffano/bob",
"author": "Cliffano Subagio <[email protected]> (http://blog.cliffano.com)",
"contributors": [
"All contributors (https://github.com/cliffano/bob/graphs/contributors)"
],
"main": "./lib/bob.js",
"bin": {
"bob": "bin/bob.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "http://github.com/cliffano/bob.git"
},
"bugs": {
"url": "http://github.com/cliffano/bob/issues"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"test": "./test"
},
"dependencies": {
"ae86": "^3.1.0",
"async": "^3.2.6",
"bagofcli": "^2.4.1",
"buildbranch": "^2.0.1",
"c8": "^10.1.2",
"cmdt": "^1.0.0",
"colors": "^1.4.0",
"eslint": "^9.11.1",
"@haixing_hu/jsdoc-minami": "^1.5.1",
"jazz": "^0.0.18",
"jsdoc": "^4.0.3",
"madge": "^8.0.0",
"minami": "^1.2.3",
"mkdirp": "^3.0.1",
"mocha": "^10.7.3",
"pkjutil": "^1.0.1",
"plato": "^1.7.0",
"rimraf": "^6.0.1",
"tar.gz": "^1.0.7"
},
"devDependencies": {
"@sinonjs/referee": "^11.0.1",
"sinon": "^19.0.2"
},
"scripts": {},
"engines": {
"node": "'>= 18.0.0'"
},
"license": "MIT"
}