forked from jrTilak/lazykit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 813 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
{
"name": "lazykit",
"version": "1.0.0",
"description": "",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"dev:www": "pnpm --filter www dev",
"build:registry": "pnpm --filter www build:registry",
"build:www": "pnpm --filter www build",
"build:cli": "pnpm --filter @jrtilak/lazykit build",
"watch:cli": "pnpm --filter @jrtilak/lazykit watch",
"test": "pnpm --filter www test",
"lint:www": "pnpm --filter www lint"
},
"keywords": [],
"author": "Tilak Thapa <[email protected]>",
"license": "ISC",
"repository": "https://github.com/jrTilak/lazykit.git",
"devDependencies": {
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"husky": "^9.0.11"
},
"dependencies": {
"tsx": "^4.7.1"
}
}