-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "vue-oss-image",
"version": "1.2.1",
"license": "MIT",
"type": "module",
"scripts": {
"test": "vitest watch",
"lint": "npx eslint --ext .ts,.vue .",
"dev": "vite",
"build": "npm run lint && vitest run && vue-tsc && vite build"
},
"main": "dist/lib.js",
"types": "lib/index.ts",
"homepage": "https://github.com/banrikun/vue-oss-image",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/banrikun/vue-oss-image.git"
},
"keywords": [
"vue",
"vue-directive",
"oss",
"aliyun",
"aliyun-oss"
],
"devDependencies": {
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^24.0.0",
"typescript": "^5.4.2",
"typescript-eslint": "^7.2.0",
"vite": "^5.0.8",
"vitest": "^1.3.1",
"vue": "^3.3.11",
"vue-tsc": "^1.8.25"
},
"overrides": {
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
}
}