forked from fresh-app/factory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 837 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 837 Bytes
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
{
"dependencies": {
"@rushstack/ts-command-line": "^4.12.4",
"@types/glob": "^8.0.0",
"@types/node": "^18.7.23",
"axios": "^0.21.1",
"execa": "^5.0.0",
"glob": "^7.1.7",
"make-promises-safe": "^5.1.0",
"node-gyp": "^9.1.0",
"node-pty": "0.11.0-beta29",
"octokit": "^2.0.7",
"prettier": "^2.7.1",
"shelljs": "^0.8.5",
"tsx": "^3.9.0",
"typescript": "^4.8.4",
"wait-on": "^7.2.0",
"xterm-addon-serialize": "^0.8.0",
"xterm-headless": "^5.0.0"
},
"scripts": {
"factory": "tsx src/main.ts"
},
"engines": {
"node": "20.x"
},
"packageManager": "pnpm@8.15.1+sha256.245fe901f8e7fa8782d7f17d32b6a83995e2ae03984cb5b62b8949bfdc27c7b5",
"devDependencies": {
"@types/wait-on": "^5.3.4"
},
"volta": {
"node": "20.18.1",
"pnpm": "9.15.0"
}
}