embark/packages/core/reset/package.json

47 lines
1.1 KiB
JSON

{
"name": "embark-reset",
"version": "5.1.0",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "DApp reset utlity for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/core/reset#readme",
"bugs": "https://github.com/embarklabs/embark/issues",
"license": "MIT",
"repository": {
"directory": "packages/core/reset",
"type": "git",
"url": "https://github.com/embarklabs/embark.git"
},
"bin": "./bin.js",
"main": "./src/index.js",
"types": "./dist/index.d.ts",
"files": [
"bin.js",
"dist",
"src"
],
"embark-collective": {
"typecheck": true
},
"scripts": {
"_typecheck": "npm run solo -- typecheck",
"ci": "npm run qa",
"clean": "npm run reset",
"qa": "npm-run-all _typecheck",
"reset": "npx rimraf dist embark-*.tgz package",
"solo": "embark-solo"
},
"dependencies": {
"rimraf": "3.0.0"
},
"devDependencies": {
"embark-solo": "^5.1.0",
"npm-run-all": "4.1.5"
},
"engines": {
"node": ">=10.17.0",
"npm": ">=6.11.3",
"yarn": ">=1.19.1"
}
}