-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
42
43
44
45
46
{
"name": "neo-blockchain-toolkit",
"publisher": "ngd-seattle",
"displayName": "Neo Blockchain Toolkit",
"description": "Develop, debug, test, deploy, track and manage your blockchain applications",
"version": "2.1.4-preview.g0cbc6279ad",
"icon": "neo-logo-256.png",
"preview": false,
"galleryBanner": {
"color": "#242424",
"theme": "dark"
},
"author": "Neo Global Development Seattle",
"engines": {
"vscode": "^1.40.0"
},
"categories": [
"Extension Packs"
],
"homepage": "https://github.com/neo-project/neo-blockchain-toolkit",
"bugs": {
"url": "https://github.com/neo-project/neo-blockchain-toolkit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/neo-project/neo-blockchain-toolkit.git"
},
"keywords": [
"Neo",
"Blockchain"
],
"extensionPack": [
"ngd-seattle.neo-visual-devtracker",
"ngd-seattle.neo3-visual-tracker",
"ngd-seattle.neo-contract-debug"
],
"scripts": {
"package": "gulp setversion && vsce package",
"setversion": "gulp setversion"
},
"devDependencies": {
"@vscode/vsce": "^2.17.0",
"gulp": "4.0.2",
"nerdbank-gitversioning": "^3.2.31"
}
}