-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 947 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
{
"private": true,
"type": "module",
"author": "xiangxiao",
"license": "MIT",
"homepage": "https://github.com/xxholly32/vite-plugin-custom-attr#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/xxholly32/vite-plugin-custom-attr.git"
},
"bugs": {
"url": "https://github.com/xxholly32/vite-plugin-custom-attr/issues"
},
"scripts": {
"build": "pnpm run --filter=\"./packages/*\" build",
"lint": "eslint --fix --ext .js,.ts,.vue .",
"dev": "pnpm run --filter=\"./packages/*\" dev",
"dev:pg": "pnpm run --filter=playground dev",
"test": "vitest",
"release": "pnpm build && changeset && changeset version && changeset publish"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@changesets/cli": "^2.26.0",
"eslint": "^8.36.0",
"typescript": "^5.0.2",
"tsup": "^6.7.0",
"vite": "^4.2.0",
"vitest": "^0.31.0",
"vue": "^3.3.4"
}
}