-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 930 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
34
35
36
37
38
39
40
{
"name": "vueey",
"type": "module",
"version": "0.0.4-beta.1",
"description": "🤓 50 lines of code write Vue.js | 50行代码敲出Vue.js",
"author": "tofu-xx <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/tofu-xx",
"homepage": "https://github.com/tofu-xx/vueey#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tofu-xx/vueey.git"
},
"bugs": "https://github.com/tofu-xx/vueey/issues",
"keywords": [
"vue",
"minify",
"minimal"
],
"main": "./vue.min.js",
"files": [
"*.js"
],
"scripts": {
"release": "bumpp -no-push && pnpm publish",
"up": "taze major -I",
"build": "swc vue.js -o vue.min.js"
},
"devDependencies": {
"@swc/cli": "^0.5.1",
"@swc/core": "^1.9.3",
"bumpp": "^9.8.1",
"taze": "^0.18.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"packageManager": "[email protected]"
}