-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.02 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
{
"name": "use-composable",
"version": "0.0.4",
"packageManager": "[email protected]",
"author": "Akashi Sai <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/akashigakki",
"homepage": "https://github.com/akashigakki/use-composable#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/akashigakki/use-composable.git"
},
"bugs": "https://github.com/akashigakki/use-composable/issues",
"keywords": [],
"scripts": {
"build": "pnpm -r --filter='./packages/*' run build",
"build:rollup": "rollup -c",
"clean": "rimraf dist types packages/*/dist",
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
"docs:dev": "vitepress dev packages/docs",
"docs:build": "vitepress build packages/docs",
"docs:preview": "vitepress preview packages/docs",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"test": "vitest",
"typecheck": "tsc --noEmit",
"types:fix": "tsno run scripts/fix-types.ts"
}
}