2019-02-04 22:57:55 +00:00
|
|
|
{
|
|
|
|
"name": "@types/embark",
|
|
|
|
"private": true,
|
2019-06-27 19:23:32 +00:00
|
|
|
"version": "4.1.0-beta.4",
|
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",
|
|
|
|
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/embark-typings#readme",
|
|
|
|
"bugs": "https://github.com/embark-framework/embark/issues",
|
2019-02-04 22:57:55 +00:00
|
|
|
"keywords": [
|
|
|
|
"blockchain",
|
|
|
|
"dapps",
|
|
|
|
"ethereum",
|
|
|
|
"ipfs",
|
|
|
|
"serverless",
|
|
|
|
"solc",
|
|
|
|
"solidity"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-03-08 15:58:25 +00:00
|
|
|
"repository": {
|
|
|
|
"directory": "packages/embark-typings",
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/embark-framework/embark.git"
|
|
|
|
},
|
2019-02-04 22:57:55 +00:00
|
|
|
"main": "",
|
|
|
|
"types": "index",
|
|
|
|
"scripts": {
|
|
|
|
"ci": "npm run qa",
|
|
|
|
"lint": "tslint -c tslint.json index.d.ts \"src/**/*.ts\"",
|
|
|
|
"qa": "npm-run-all lint typecheck",
|
|
|
|
"start": "npm run watch",
|
|
|
|
"typecheck": "tsc",
|
|
|
|
"watch": "npm run typecheck -- --preserveWatchOutput --watch"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/web3": "1.0.12",
|
|
|
|
"npm-run-all": "4.1.5",
|
2019-05-03 13:32:48 +00:00
|
|
|
"tslint": "5.16.0",
|
2019-05-02 18:16:29 +00:00
|
|
|
"typescript": "3.4.5"
|
2019-02-04 22:57:55 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-05-24 22:17:16 +00:00
|
|
|
"node": ">=8.12.0 <12.0.0",
|
2019-02-04 22:57:55 +00:00
|
|
|
"npm": ">=6.4.1",
|
|
|
|
"yarn": ">=1.12.3"
|
|
|
|
}
|
|
|
|
}
|