mirror of https://github.com/embarklabs/embark.git
42 lines
969 B
JSON
42 lines
969 B
JSON
|
{
|
||
|
"name": "@types/embark",
|
||
|
"private": true,
|
||
|
"version": "4.0.0-beta.0",
|
||
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||
|
"contributors": [],
|
||
|
"description": "TypeScript definitions for embark",
|
||
|
"homepage": "https://embark.status.im/",
|
||
|
"keywords": [
|
||
|
"blockchain",
|
||
|
"dapps",
|
||
|
"ethereum",
|
||
|
"ipfs",
|
||
|
"serverless",
|
||
|
"solc",
|
||
|
"solidity"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"repository": "github:embark-framework/embark",
|
||
|
"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",
|
||
|
"tslint": "5.11.0",
|
||
|
"typescript": "3.3.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.12.0",
|
||
|
"npm": ">=6.4.1",
|
||
|
"yarn": ">=1.12.3"
|
||
|
}
|
||
|
}
|