-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "v-clipboard3",
"author": "qiaojianfeng<[email protected]>",
"keyword": "vue3.0 clipboard v-clipboard",
"private": false,
"version": "0.1.4",
"main": "dist/v-clipboard3.min.js",
"scripts": {
"build": "node scripts/build.js",
"dev": "rollup -w -c scripts/config.js --environment TARGET:v-clipboard3-dev",
"test": "node test/test.js",
"pretest": "npm run build"
},
"bugs": "https://github.com/webweifeng/v-clipboard3/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/webweifeng/v-clipboard3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@types/clipboard": "^2.0.1",
"clipboard": "^2.0.6",
"rollup": "^2.35.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript": "^1.0.1",
"terser": "^5.5.1",
"ts-node": "^9.1.1",
"tslib": "^2.0.3",
"typescript": "^4.1.3",
"zlib": "^1.0.5"
},
"files": [
"dist"
]
}