remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/libs/remix-ws-templates/package.json

28 lines
823 B

{
2 years ago
"name": "@remix-project/remix-ws-templates",
7 months ago
"version": "1.0.42",
2 years ago
"description": "Create a Remix IDE workspace using different templates",
"main": "src/index.js",
"types": "src/index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
},
"author": "Aniket-Engg",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum/remix-project/issues"
},
"homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-ws-templates#readme",
"typings": "./src/index.d.ts",
"dependencies": {
1 year ago
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/wizard": "^0.4.0",
2 years ago
"ethers": "^5.4.2",
"web3": "^4.1.1"
2 years ago
},
7 months ago
"gitHead": "4f5c2cb88bc38099f71c5407265a23ab3bb7508e"
1 year ago
}