-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 KB
/
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
43
44
45
46
47
48
{
"name": "@gptlabs/tools",
"license": "SEE LICENSE IN LICENSE",
"type": "module",
"platform": "node",
"types": "dist/index.d.ts",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspaces run build",
"test": "yarn workspaces run test",
"publish": "yarn workspaces run publish"
},
"devDependencies": {
"@tsmodule/log": "^2.2.1",
"@tsmodule/spinners": "^0.5.3",
"@tsmodule/test": "^1.2.5",
"@tsmodule/tsmodule": "^41.26.0",
"@types/auth0": "^2.35.7",
"@types/diff": "^5.0.2",
"@types/node": "^18.11.9",
"@types/prompts": "^2.4.1",
"@types/which": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"auth0-node-client": "^3.8.0",
"ava": "^5.1.0",
"cli-highlight": "^2.1.11",
"clipboardy": "^3.0.0",
"commander": "^9.4.1",
"concurrently": "^7.5.0",
"cross-env": "^7.0.3",
"debug-logging": "^4.1.2",
"diff": "^5.1.0",
"eslint": "^8.26.0",
"gpt-3-encoder": "^1.1.4",
"node-fetch": "^3.2.10",
"ora": "^6.1.2",
"prompts": "^2.4.2",
"release-it": "^15.5.0",
"tiny-cli-editor": "^0.1.1",
"typescript": "^4.8.4",
"universal-shell": "^35.0.7",
"which": "^3.0.0"
}
}