create-react-dapp-tsc
Version:
An Ethereum template layered upon create-react-app with the Typescript template
41 lines (40 loc) • 894 B
JSON
{
"name": "create-react-dapp-tsc",
"version": "0.0.3",
"description": "An Ethereum template layered upon create-react-app with the Typescript template",
"keywords": [
"ethereum",
"web3",
"truffle",
"trufflesuite",
"truffleframework",
"react",
"ganache",
"rinkeby"
],
"engines": {
"node": ">=8",
"npm": ">=5.2"
},
"homepage": "https://github.com/TheNorthRemembers/create-react-dapp-tsc",
"bugs": "https://github.com/mjhm/create-react-dapp/issues",
"license": "MIT",
"author": {
"name": "John McLaughlin"
},
"contributors": [
"Michael Bondi"
],
"bin": "scripts/create-react-dapp-tsc",
"repository": "github:TheNorthRemembers/create-react-dapp-tsc",
"files": [
"scripts",
"template"
],
"scripts": {
"toc": "markdown-toc -i ./README.md"
},
"devDependencies": {
"markdown-toc": "^1.2.0"
}
}