-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 897 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
{
"private": true,
"name": "be-vue",
"version": "1.0.0",
"description": "🖖 Build your own vue3",
"main": "lib/be-vue.cjs.js",
"module": "lib/be-vue.esm.js",
"scripts": {
"test": "jest",
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yzhe819/Be-Vue.git"
},
"keywords": [
"mini-vue"
],
"author": "yzhe819",
"license": "MIT",
"bugs": {
"url": "https://github.com/yzhe819/Be-Vue/issues"
},
"homepage": "https://github.com/yzhe819/Be-Vue#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-typescript": "^8.3.3",
"@types/jest": "^28.1.4",
"babel-jest": "^28.1.2",
"jest": "^28.1.2",
"rollup": "^2.76.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}