-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 948 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": "vue-function-api-extra",
"version": "0.1.1",
"main": "dist/vue-function-api-extra.common.js",
"unpkg": "dist/vue-function-api-extra.js",
"repository": "https://github.com/chrisbing/vue-function-api-extra.git",
"author": "Chris bingyuwuhen@gmail.com",
"license": "MIT",
"scripts": {
"build-bundle": "rollup --config build/rollup.config.js",
"build-files": "tsc && node build/move-ts.js",
"build": "yarn build-bundle && yarn build-files"
},
"files": [
"dist"
],
"typings": "dist/index.d.ts",
"module": "dist/vue-function-api-extra.esm.js",
"devDependencies": {
"del": "^5.0.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"rollup": "^1.19.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^3.5.3",
"vue": "^2.6.10",
"vue-function-api": "^2.2.0"
},
"peerDependencies": {
"vue": "2",
"vue-function-api": "2"
}
}