-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "solidity-python-pack",
"displayName": "Solidity Python Extension Pack",
"description": "Essential toolkit for Solidity and Python developers. Effortlessly code, test, and deploy smart contracts with Solidity, while utilizing Python for testing. All from VS Code, in this one extension from Ackee Blockchain.",
"version": "0.1.3",
"publisher": "ackeeblockchain",
"keywords": [
"solidity",
"ethereum",
"blockchain",
"python",
"security",
"testing",
"development",
"wake",
"remix"
],
"repository": {
"type": "git",
"url": "https://github.com/Ackee-Blockchain/solidity-python-extension-pack.git"
},
"engines": {
"vscode": "^1.75.0"
},
"icon": "assets/icon.png",
"categories": [
"Extension Packs"
],
"extensionPack": [
"AckeeBlockchain.tools-for-solidity",
"ms-python.python",
"ms-python.vscode-pylance",
"littlefoxteam.vscode-python-test-adapter",
"ms-python.isort",
"ms-python.black-formatter",
"KevinRose.vsc-python-indent",
"tamasfe.even-better-toml"
]
}