-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 817 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 817 Bytes
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
{
"name": "apt_github_improvements",
"main": "src/main.ts",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "tsc -p src/contentScript && tsc -p src/options && ./scripts/build_supplement.sh",
"watch": "./scripts/watch.sh",
"test": "npm run build && tsc -p spec/contentScript && jasmine"
},
"author": "Michael Comella",
"license": "MPL-2.0",
"homepage": "https://github.com/mcomella/apt_github_improvements#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mcomella/apt_github_improvements.git"
},
"bugs": {
"url": "https://github.com/mcomella/apt_github_improvements/issues"
},
"devDependencies": {
"@types/firefox-webext-browser": "58.0.x",
"@types/jasmine": "2.8.x",
"jasmine": "3.2.x",
"typescript": "3.0.x"
}
}