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

19 lines
462 B

{
3 years ago
"name": "@remix-project/remix-ws-templates",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
3 years ago
"types": "src/index.d.ts",
3 years ago
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
3 years ago
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
},
3 years ago
"author": "Aniket-Engg",
"license": "ISC"
}