-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 868 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
34
35
36
37
38
39
40
41
42
{
"name": "co",
"private": true,
"module": "bootstrap.js",
"bin": "./bootstrap.js",
"scripts": {
"hello": "echo hello-world"
},
"pkg": {
"outPath": "dist",
"scripts": "./bootstrap.js",
"assets": [
"./node_modules/**/*",
"./src/**/*",
"./bootstrap.js",
"./package.json",
"./package-lock.json",
"./tsconfig.json",
"package.json"
],
"outputPath": "dist"
},
"peerDependencies": {
"typescript": "^5.2.0"
},
"dependencies": {
"@poech/camel-hump-under": "^1.1.0",
"@types/ejs": "^3.1.3",
"ansi-colors": "^4.1.3",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"ejs": "^3.1.9",
"enquirer": "^2.4.1",
"html-entities": "^2.4.0",
"jiti": "^1.20.0",
"toml": "^3.0.2"
},
"devDependencies": {
"@types/node": "^20.8.0",
"lodash": "^4.17.21"
}
}