-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
41
{
"name": "copy-to-clipboard3",
"version": "0.1.4",
"description": "clipboard",
"main": "dist/index.js",
"typings": "types/index.d.ts",
"files": [
"src",
"dist/*.js",
"types/*.d.ts"
],
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xwnwho/copy-to-clipboard.git"
},
"keywords": [
"clipboard"
],
"author": "xwnwho",
"license": "MIT",
"bugs": {
"url": "https://github.com/xwnwho/copy-to-clipboard/issues"
},
"homepage": "https://github.com/xwnwho/copy-to-clipboard#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0",
"rollup": "^2.49.0",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.2.4"
}
}