forked from adapt-security/at-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 829 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
{
"name": "at-utils",
"version": "0.0.1",
"description": "A collection of CLI helper utilities for maintaining installations of the Adapt authoring tool.",
"keywords": [
"Adapt"
],
"homepage": "https://github.com/adapt-security/at-utils#readme",
"bugs": {
"url": "https://github.com/adapt-security/at-utils/issues"
},
"license": "MIT",
"author": "Thomas Taylor <[email protected]>",
"main": "index.js",
"bin": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/adapt-security/at-utils.git"
},
"dependencies": {
"commander": "^8.3.0",
"comment-parser": "^1.2.4",
"node-fetch": "^2.6.1",
"open": "^8.4.0",
"prompts": "^2.4.2",
"semver": "^7.3.5"
},
"prerequisites": {
"git": "2.x",
"node": "14.x",
"npm": "6.x"
}
}