forked from jehna/humanify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 850 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
{
"name": "humanify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node dist/index.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/types": "^7.23.6",
"@types/babel__core": "^7.20.5",
"@types/zeromq": "^5.2.5",
"babel-plugin-transform-beautifier": "^0.1.0",
"dotenv": "^16.3.1",
"gpt-3-encoder": "^1.1.4",
"https-proxy-agent": "^7.0.2",
"openai": "^4.24.1",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webcrack": "^2.12.0",
"yargs": "^17.7.2",
"zeromq": "^5.3.1"
},
"devDependencies": {
"@types/prettier": "^2.7.3",
"@types/yargs": "^17.0.32"
}
}