-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"name": "openai-typescript-bot",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "turbo run test",
"build": "turbo run build",
"packages-build": "turbo run package-build",
"eslint": "turbo run eslint",
"prettier": "turbo run prettier",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish",
"prepare": "pnpm run packages-build"
},
"keywords": [],
"author": {
"name": "kkkaoru",
"email": "[email protected]",
"url": "https://twitter.com/kkk4oru"
},
"license": "MIT",
"private": true,
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@kkkaoru/eslint-config": "1.0.5",
"@kkkaoru/prettier-config": "1.0.0",
"@kkkaoru/tsconfig": "1.0.5",
"@kkkaoru/vitest-config": "1.0.0",
"esbuild": "0.17.12",
"turbo": "1.8.3",
"typescript": "5.0.2",
"vite": "4.2.1",
"vitest": "0.29.5"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}