-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.2 KB
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
{
"name": "spyne-cli",
"bin": {
"spyne-cli": "index.js"
},
"type": "module",
"version": "0.6.8",
"description": "Generates spyne objects and saves them to standard spyne.",
"main": "index.js",
"scripts": {
"debug": "nodemon --no-stdin index.js",
"start": "node index.js",
"test": "mocha --config mocha.conf.cjs"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/spynejs/spyne-cli.git"
},
"author": "Frank Batista",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/spynejs/spyne-cli/issues"
},
"homepage": "https://github.com/spynejs/spyne-cli#readme",
"dependencies": {
"ansi-colors": "^4.1.3",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"change-case": "^5.4.4",
"clear": "^0.1.0",
"enquirer": "^2.4.1",
"figlet": "^1.8.0",
"fs-extra": "^11.2.0",
"json-stringify-safe": "^5.0.1",
"ora": "^8.1.1",
"package-up": "^5.0.0",
"pkg-dir": "^8.0.0",
"ramda": "^0.30.1",
"read-pkg": "^9.0.1",
"recast": "^0.23.9",
"simple-git": "^3.27.0"
},
"devDependencies": {
"chai": "^5.1.2",
"mocha": "^11.0.1",
"nodemon": "^3.1.9"
},
"directories": {
"lib": "lib"
}
}