forked from zzrough/gs-extensions-drop-down-terminal
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 1.18 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
{
"name": "drop-down-terminal-x",
"version": "1.1.1",
"description": "Drop down terminal with tabs. Forked from extension \\\"Drop down terminal\\\" by zzrough",
"main": "extension.js",
"scripts": {
"build": "./build-release.sh",
"archive": "npm run build && zip -jr dist.zip dist/*"
},
"husky": {
"hooks": {
"pre-push": "npm run archive"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigbn/drop-down-terminal-x.git"
},
"author": "bigbn <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bigbn/drop-down-terminal-x/issues"
},
"homepage": "https://github.com/bigbn/drop-down-terminal-x#readme",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.4.3",
"@babel/plugin-transform-parameters": "^7.4.3",
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/plugin-transform-template-literals": "^7.2.0",
"husky": "^1.3.1"
}
}