-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 902 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
{
"name": "tony-vue3",
"version": "1.0.0",
"description": "",
"main": "lib/mini-vue.cjs.js",
"module": "lib/mini-vue.esm.js",
"scripts": {
"test": "vitest",
"build": "rollup -c rollup.config.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huihuiha/tony-vue3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/huihuiha/tony-vue3/issues"
},
"homepage": "https://github.com/huihuiha/tony-vue3#readme",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-typescript": "^10.0.1",
"rollup": "^3.5.1",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.7.4",
"vitest": "^0.25.8"
},
"dependencies": {
"@types/jest": "^29.2.4"
}
}