-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 945 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
{
"name": "autostore-workspace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/zhangfisher/autostore.git"
},
"scripts": {
"lint": "oxlint --fix -c .oxlintrc.json",
"docs:dev": "cd docs && vitepress dev",
"docs:build": "cd docs && vitepress build",
"changeset": "changeset",
"publish:all": "turbo build --filter=./packages/* && changeset version && changeset publish",
"build:all": "turbo build --filter=./packages/*",
"docs:preview": "cd docs && vitepress preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/node": "^22.5.0",
"oxlint": "^0.9.10",
"ts-node": "^10.9.2",
"turbo": "^2.1.3",
"typescript": "^5.5.4",
"vitepress": "^1.4.1"
},
"packageManager": "[email protected]"
}