2019-06-28 18:02:27 +00:00
|
|
|
{
|
|
|
|
"name": "embark-solc",
|
2019-11-05 20:55:06 +00:00
|
|
|
"version": "5.0.0-alpha.1",
|
2019-06-28 18:02:27 +00:00
|
|
|
"author": "Richard Ramos",
|
|
|
|
"contributors": [],
|
2019-09-27 17:58:08 +00:00
|
|
|
"description": "Solc plugin for Embark",
|
|
|
|
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/plugins/solc#readme",
|
2019-06-28 18:02:27 +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/solc",
|
2019-06-28 18:02:27 +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-06-28 18:02:27 +00:00
|
|
|
"scripts": {
|
2019-09-18 19:30:41 +00:00
|
|
|
"_build": "npm run solo -- build",
|
2019-06-28 18:02:27 +00:00
|
|
|
"ci": "npm run qa",
|
|
|
|
"clean": "npm run reset",
|
2019-09-18 19:30:41 +00:00
|
|
|
"lint": "eslint src/",
|
|
|
|
"qa": "npm-run-all lint _build",
|
2019-06-28 18:02:27 +00:00
|
|
|
"reset": "npx rimraf dist embark-*.tgz package",
|
2019-09-18 19:30:41 +00:00
|
|
|
"solo": "embark-solo"
|
2019-06-28 18:02:27 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2019-09-06 22:26:08 +00:00
|
|
|
"extends": "../../../.eslintrc.json"
|
2019-06-28 18:02:27 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-11-25 23:59:07 +00:00
|
|
|
"@babel/runtime-corejs3": "7.7.4",
|
2019-09-04 23:05:53 +00:00
|
|
|
"async": "2.6.1",
|
2019-11-26 20:28:43 +00:00
|
|
|
"core-js": "3.4.3",
|
2019-09-04 23:05:53 +00:00
|
|
|
"semver": "5.6.0",
|
2019-07-05 13:17:33 +00:00
|
|
|
"shelljs": "0.8.3"
|
2019-06-28 18:02:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-10-28 21:05:13 +00:00
|
|
|
"embark-solo": "^5.0.0-alpha.0",
|
2019-06-28 18:02:27 +00:00
|
|
|
"eslint": "5.7.0",
|
|
|
|
"npm-run-all": "4.1.5",
|
2019-09-18 19:30:41 +00:00
|
|
|
"rimraf": "3.0.0"
|
2019-06-28 18:02:27 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-10-24 13:52:05 +00:00
|
|
|
"node": ">=10.17.0 <12.0.0",
|
|
|
|
"npm": ">=6.11.3",
|
|
|
|
"yarn": ">=1.19.1"
|
2019-06-28 18:02:27 +00:00
|
|
|
}
|
|
|
|
}
|