-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 852 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
{
"name": "permission-clean-link-clipper",
"version": "1.1.1",
"description": "Permission Clean Link Clipper.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./scripts/build.sh",
"prearchive": "./scripts/build.sh",
"archive": "./scripts/archive.sh"
},
"repository": {
"type": "git",
"url": "git+https://yajamon@github.com/yajamon/permission-clean-link-clipper.git"
},
"keywords": [
"link-clipper"
],
"author": "yajamon <yajamon.tatsuki@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yajamon/permission-clean-link-clipper/issues"
},
"homepage": "https://github.com/yajamon/permission-clean-link-clipper#readme",
"private": true,
"devDependencies": {
"@types/chrome": "0.0.72",
"typescript": "^3.0.3"
}
}