-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·61 lines (61 loc) · 1.41 KB
/
package.json
File metadata and controls
executable file
·61 lines (61 loc) · 1.41 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
52
53
54
55
56
57
58
59
60
61
{
"name": "@ignition-space/ig-base-cli",
"version": "1.0.10",
"description": "Command line interface tools",
"main": "index.js",
"bin": {
"ig": "lib/bin/index.js"
},
"commandName": "boty",
"scripts": {
"prepublishOnly": "tsc",
"build": "tsc"
},
"files": [
"lib"
],
"author": "CookieBoty",
"license": "ISC",
"devDependencies": {
"@types/columnify": "^1.5.1",
"@types/fs-extra": "^11.0.1",
"@types/inquirer": "^9.0.3",
"@types/module-alias": "^2.0.1",
"@types/node": "^20.4.5",
"@types/request": "^2.48.8",
"@types/shelljs": "^0.8.12",
"typescript": "5.1.6"
},
"_moduleAliases": {
"@": "lib"
},
"dependencies": {
"browserslist": "^4.21.9",
"caniuse-lite": "^1.0.30001517",
"chalk": "^4.0.0",
"columnify": "^1.6.0",
"commander": "^11.0.0",
"download-git-repo": "^3.0.2",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.1",
"inquirer": "^8.2.3",
"latest-version": "^5.0.0",
"module-alias": "^2.2.3",
"npm-check-updates": "^16.10.17",
"ora": "^7.0.0",
"portfinder": "^1.0.32",
"qs": "^6.11.2",
"request": "^2.88.2",
"rxjs": "^7.8.1",
"shelljs": "^0.8.5",
"standard": "^17.1.0",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tslib": "^2.6.1",
"tslint": "^6.1.3",
"tslint-loader": "^3.5.4",
"url": "^0.11.1",
"url-loader": "^4.1.1",
"web-vitals": "^3.4.0"
}
}