2019-04-26 09:14:30 +00:00
|
|
|
{
|
|
|
|
"name": "embark-scaffolding",
|
2019-08-28 19:52:21 +00:00
|
|
|
"version": "4.1.1",
|
2019-04-26 09:14:30 +00:00
|
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
|
|
"contributors": [],
|
|
|
|
"description": "Provides scaffolding utilities",
|
2019-09-27 17:58:08 +00:00
|
|
|
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/plugins/scaffolding#readme",
|
2019-04-26 09:14:30 +00:00
|
|
|
"bugs": "https://github.com/embark-framework/embark/issues",
|
|
|
|
"keywords": [
|
|
|
|
"blockchain",
|
|
|
|
"dapps",
|
|
|
|
"ethereum",
|
|
|
|
"ipfs",
|
|
|
|
"serverless",
|
|
|
|
"solc",
|
|
|
|
"solidity"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
2019-09-27 17:58:08 +00:00
|
|
|
"directory": "packages/plugins/scaffolding",
|
2019-04-26 09:14:30 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/embark-framework/embark.git"
|
|
|
|
},
|
|
|
|
"main": "./dist/index.js",
|
2019-09-18 19:30:41 +00:00
|
|
|
"embark-collective": {
|
|
|
|
"build:node": true
|
|
|
|
},
|
2019-04-26 09:14:30 +00:00
|
|
|
"scripts": {
|
2019-09-18 19:30:41 +00:00
|
|
|
"_build": "npm run solo -- build",
|
2019-04-26 09:14:30 +00:00
|
|
|
"ci": "npm run qa",
|
|
|
|
"clean": "npm run reset",
|
|
|
|
"lint": "npm-run-all lint:*",
|
|
|
|
"lint:ts": "tslint -c tslint.json \"src/**/*.ts\"",
|
2019-09-18 19:30:41 +00:00
|
|
|
"qa": "npm-run-all lint typecheck _build",
|
2019-04-26 09:14:30 +00:00
|
|
|
"reset": "npx rimraf dist embark-*.tgz package",
|
2019-09-18 19:30:41 +00:00
|
|
|
"solo": "embark-solo",
|
2019-05-02 18:25:55 +00:00
|
|
|
"typecheck": "tsc",
|
2019-04-26 09:14:30 +00:00
|
|
|
"watch": "run-p watch:*",
|
2019-05-02 18:25:55 +00:00
|
|
|
"watch:typecheck": "npm run typecheck -- --preserveWatchOutput --watch"
|
2019-04-26 09:14:30 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-18 19:30:41 +00:00
|
|
|
"@babel/runtime-corejs2": "7.6.2",
|
2019-09-03 14:20:37 +00:00
|
|
|
"ajv": "6.10.2",
|
2019-08-28 19:52:21 +00:00
|
|
|
"embark-i18n": "^4.1.1",
|
2019-09-04 23:05:53 +00:00
|
|
|
"embark-utils": "^4.1.1",
|
|
|
|
"handlebars": "4.2.0"
|
2019-04-26 09:14:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-18 19:30:41 +00:00
|
|
|
"embark-solo": "^4.1.1",
|
2019-04-26 09:14:30 +00:00
|
|
|
"eslint": "5.7.0",
|
2019-09-18 19:30:41 +00:00
|
|
|
"fs-extra": "8.1.0",
|
|
|
|
"glob": "7.1.4",
|
|
|
|
"lodash.clonedeep": "4.5.0",
|
2019-04-26 09:14:30 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
2019-08-20 08:23:05 +00:00
|
|
|
"rimraf": "3.0.0",
|
2019-05-03 13:32:48 +00:00
|
|
|
"tslint": "5.16.0",
|
2019-09-18 19:30:41 +00:00
|
|
|
"typescript": "3.6.3"
|
2019-04-26 09:14:30 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-05-24 22:17:16 +00:00
|
|
|
"node": ">=8.12.0 <12.0.0",
|
2019-04-26 09:14:30 +00:00
|
|
|
"npm": ">=6.4.1",
|
|
|
|
"yarn": ">=1.12.3"
|
|
|
|
}
|
|
|
|
}
|