parent
b58563553c
commit
9e1dcc1ca6
@ -1,23 +1,29 @@ |
|||||||
{ |
{ |
||||||
"name": "@remix-project/remix-ws-templates", |
"name": "@remix-project/remix-ws-templates", |
||||||
"version": "1.0.0", |
"version": "1.0.1", |
||||||
"description": "Create a Remix IDE workspace using different templates", |
"description": "Create a Remix IDE workspace using different templates", |
||||||
"main": "src/index.js", |
"main": "src/index.js", |
||||||
"types": "src/index.d.ts", |
"types": "src/index.d.ts", |
||||||
"scripts": { |
"scripts": { |
||||||
"test": "echo \"Error: no test specified\" && exit 1" |
"test": "echo \"Error: no test specified\" && exit 1" |
||||||
}, |
}, |
||||||
"publishConfig": { |
"publishConfig": { |
||||||
"access": "public" |
"access": "public" |
||||||
}, |
}, |
||||||
"repository": { |
"repository": { |
||||||
"type": "git", |
"type": "git", |
||||||
"url": "git+https://github.com/ethereum/remix-project.git" |
"url": "git+https://github.com/ethereum/remix-project.git" |
||||||
}, |
}, |
||||||
"author": "Aniket-Engg", |
"author": "Aniket-Engg", |
||||||
"license": "MIT", |
"license": "MIT", |
||||||
"bugs": { |
"bugs": { |
||||||
"url": "https://github.com/ethereum/remix-project/issues" |
"url": "https://github.com/ethereum/remix-project/issues" |
||||||
}, |
}, |
||||||
"homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-ws-templates#readme" |
"homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-ws-templates#readme", |
||||||
} |
"typings": "./src/index.d.ts", |
||||||
|
"dependencies": { |
||||||
|
"ethers": "^5.4.2", |
||||||
|
"web3": "^1.5.1" |
||||||
|
}, |
||||||
|
"gitHead": "3f311aaf25f5796f70711006bb783ee4087ffc71" |
||||||
|
} |
Loading…
Reference in new issue