2019-02-04 22:57:55 +00:00
|
|
|
{
|
|
|
|
"name": "@types/embark",
|
|
|
|
"private": true,
|
2019-08-12 17:14:12 +00:00
|
|
|
"version": "4.1.0",
|
2019-02-04 22:57:55 +00:00
|
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
|
|
"contributors": [],
|
2019-03-08 19:58:27 +00:00
|
|
|
"description": "TypeScript definitions for Embark",
|
2019-02-04 22:57:55 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "",
|
|
|
|
"types": "index",
|
2019-09-18 19:30:41 +00:00
|
|
|
"embark-collective": {},
|
2019-02-04 22:57:55 +00:00
|
|
|
"scripts": {
|
|
|
|
"ci": "npm run qa",
|
|
|
|
"lint": "tslint -c tslint.json index.d.ts \"src/**/*.ts\"",
|
|
|
|
"qa": "npm-run-all lint typecheck",
|
2019-09-18 19:30:41 +00:00
|
|
|
"solo": "embark-solo",
|
2019-02-04 22:57:55 +00:00
|
|
|
"typecheck": "tsc",
|
2019-09-18 19:30:41 +00:00
|
|
|
"watch": "run-p watch:*",
|
|
|
|
"watch:typecheck": "npm run typecheck -- --preserveWatchOutput --watch"
|
2019-02-04 22:57:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/web3": "1.0.12",
|
2019-09-18 19:30:41 +00:00
|
|
|
"embark-solo": "^4.1.1",
|
2019-02-04 22:57:55 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
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-02-04 22:57:55 +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-02-04 22:57:55 +00:00
|
|
|
}
|
|
|
|
}
|