-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 941 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 941 Bytes
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
{
"name": "@kaynewang/inline-ruby-ja",
"version": "0.0.5",
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/KayneWang/lib.inline-ruby-ja.git"
},
"author": {
"name": "Kayne",
"email": "w.zengkai@gmail.com"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"test": "vitest",
"prepublishOnly": "npm run build"
},
"dependencies": {
"vue": "^3.5.24"
},
"devDependencies": {
"@types/node": "^24.10.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"typescript": "~5.9.3",
"vite": "^7.2.2",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.0.9",
"vue-tsc": "^3.1.3"
}
}