-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "@hypermod/cli",
"version": "0.27.3",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"repository": "https://github.com/hypermod-io/hypermod-community/tree/main/packages/cli",
"bin": {
"hypermod": "./bin/hypermod-cli.js",
"hypermod-cli": "./bin/hypermod-cli.js",
"codeshift": "./bin/hypermod-cli.js",
"codeshift-cli": "./bin/hypermod-cli.js"
},
"scripts": {
"start": "./bin/hypermod-cli.js",
"start:dev": "ts-node src/index.ts"
},
"dependencies": {
"@antfu/install-pkg": "^0.1.1",
"@hypermod/core": "^0.6.2",
"@hypermod/fetcher": "^0.11.1",
"@hypermod/initializer": "^0.8.1",
"@hypermod/types": "*",
"@hypermod/validator": "^0.8.0",
"chalk": "^4.1.0",
"commander": "^8.2.0",
"find-up": "5.0.0",
"fs-extra": "^9.1.0",
"inquirer": "^8.2.4",
"jscodeshift": "^17.3.0",
"live-plugin-manager": "^0.18.1",
"lodash": "^4.17.21",
"ora": "^5.4.1",
"semver": "^7.3.5",
"ts-node": "^10.9.1"
},
"engines": {
"node": ">=20.17"
}
}