-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "nodejs-os-scripting-framework",
"version": "1.0.6",
"description": "The **Node.js OS Scripting Framework** is a kit of utilities and packages to elaborate *(Node.js-based)* scripts for the operative system.",
"main": "src/nosf.js",
"scripts": {
"test": "mocha test/test.js"
},
"keywords": [],
"author": "allnulled",
"license": "WTFPL",
"devDependencies": {
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
},
"dependencies": {
"adm-zip": "^0.5.10",
"chalk": "^5.3.0",
"cli-table": "^0.3.11",
"download": "^8.0.0",
"fs-extra": "^11.2.0",
"globby": "^14.0.0",
"inquirer": "^9.2.12",
"readline-sync": "^1.4.10",
"spinnies": "^0.5.1",
"which": "^4.0.0",
"xlsx": "^0.18.5"
},
"uuid_commit": 6,
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allnulled/nosf.git"
},
"bugs": {
"url": "https://github.com/allnulled/nosf/issues"
},
"homepage": "https://github.com/allnulled/nosf#readme"
}