forked from elsoul/skeet
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.11 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@skeet-framework/cli",
"version": "1.11.13",
"description": "Skeet CLI",
"main": "dist/index.js",
"repository": "https://github.com/elsoul/skeet-cli",
"keywords": [
"openai",
"firestore",
"firebase",
"GCP",
"TypeScript",
"GraphQL",
"Prisma",
"framework",
"AI"
],
"author": "ELSOUL LABO B.V.",
"private": false,
"license": "Apache-2.0",
"bin": {
"skeet": "./dist/index.js"
},
"scripts": {
"lint": "eslint --ext .ts,.tsx --fix .",
"test": "jest --coverage=false --detectOpenHandles --maxWorkers=1",
"copy-assets": "copyfiles -u 4 src/cli/ai/locales/**/skeetAi.json dist/locales/",
"update:packages": "ncu -u && yarn",
"build": "npx ts-node build.ts && npx ts-node add-line.ts && yarn copy-assets",
"publish": "npm publish",
"dev": "nodemon",
"start:dev": "npx ts-node build.ts && node ./dist/index.js",
"start": "node dist/index.js",
"skeet:skeet": "yarn --cwd ./functions/skeet dev"
},
"dependencies": {
"@skeet-framework/ai": "1.7.3",
"@skeet-framework/utils": "1.2.1",
"chalk": "5.2.0",
"chalk-pipe": "6.0.0",
"cli-spinner": "0.2.10",
"cli-table3": "0.6.3",
"commander": "10.0.1",
"dotenv": "16.0.3",
"dotenv-cli": "7.2.1",
"inquirer": "9.2.10",
"jest": "29.5.0",
"node-fetch": "2.6.9",
"prompt": "1.3.0",
"semver": "7.5.4"
},
"devDependencies": {
"@stdlib/string-percent-encode": "0.0.9",
"@types/cli-spinner": "^0.2.1",
"@types/inquirer": "9.0.3",
"@types/jest": "29.5.1",
"@types/node": "20.2.5",
"@types/node-fetch": "2.6.4",
"@types/prompt": "1.1.5",
"@types/semver": "7.5.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"babel-loader": "9.1.2",
"copyfiles": "2.4.1",
"esbuild": "0.17.19",
"eslint": "8.47.0",
"eslint-config-prettier": "8.8.0",
"nodemon": "2.0.22",
"npm-check-updates": "16.10.12",
"prettier": "3.0.3",
"ts-jest": "29.1.0",
"ts-loader": "9.4.3",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2"
}
}