-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 924 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": "tokenizin",
"private": true,
"version": "0.0.0",
"description": "A powerful monorepo of AI development tools",
"repository": {
"type": "git",
"url": "https://github.com/tokenizin-agency/aicore.git"
},
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"clean": "pnpm -r clean",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"husky": "^8.0.0",
"lint-staged": "^15.0.0"
},
"workspaces": [
"packages/*"
]
}