-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.27 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "setupin",
"type": "module",
"version": "3.2.0",
"packageManager": "pnpm@9.15.0",
"description": "Vue SFC? HTML! <script setup> in html",
"author": "tofu-xx <tofu-xx@foxmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/tofu-xx",
"homepage": "https://github.com/tofu-xx/setupin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tofu-xx/setupin.git"
},
"bugs": {
"url": "https://github.com/tofu-xx/setupin/issues"
},
"keywords": [
"setup-script",
"vue-cdn",
"vue3",
"html",
"sfc"
],
"sideEffects": false,
"main": "dist/main.js",
"files": [
"dist"
],
"scripts": {
"build": "zsh scripts/build.zsh",
"tag": "bumpp -no-push",
"release": "nr tag && nr build && pnpm publish",
"up": "taze major -I",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"sfc2esm": "^0.0.9"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@antfu/ni": "^0.23.1",
"@types/node": "^22.10.2",
"bumpp": "^9.9.1",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"taze": "^0.18.0",
"vite": "^6.0.3"
}
}