-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 838 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
{
"name": "mini-vue3",
"version": "1.0.0",
"description": "",
"main": "lib/mini-vue3.cjs.js",
"module": "lib/mini-vue3.esm.js",
"scripts": {
"test": "jest",
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lhf2/mini-vue3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lhf2/mini-vue3/issues"
},
"homepage": "https://github.com/lhf2/mini-vue3#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@rollup/plugin-typescript": "^8.3.0",
"@types/jest": "^27.0.3",
"babel-jest": "^27.3.1",
"jest": "^27.3.1",
"rollup": "^2.60.1",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
}
}