-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "adapt-cli",
"version": "3.4.0",
"description": "Command line tools for Adapt",
"main": "./lib/api.js",
"repository": "github:adaptlearning/adapt-cli",
"type": "module",
"dependencies": {
"async": "^3.2.3",
"bower": "^1.8.13",
"bower-endpoint-parser": "^0.2.2",
"chalk": "^2.4.1",
"decompress": "^4.2.1",
"download": "^8.0.0",
"find-up": "^6.2.0",
"fs-extra": "^10.0.0",
"globs": "^0.1.4",
"inquirer": "^7.3.3",
"json-parse-even-better-errors": "^5.0.0",
"lodash-es": "^4.17.21",
"node-fetch": "^3.2.10",
"parse-github-url": "^1.0.2",
"semver": "^7.3.5",
"speakingurl": "^14.0.1",
"url-join": "^4.0.0",
"uuid": "^8.3.2"
},
"license": "GPL-3.0",
"preferGlobal": true,
"bin": {
"adapt": "./bin/adapt.js"
},
"devDependencies": {
"@adapt-security/semantic-release-config": "^1.0.0",
"eslint": "^7.31.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
},
"release": {
"extends": "@adapt-security/semantic-release-config"
}
}