embark/packages/embark-typings/package.json

47 lines
1.2 KiB
JSON

{
"name": "@types/embark",
"private": true,
"version": "4.1.0-beta.3",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"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",
"keywords": [
"blockchain",
"dapps",
"ethereum",
"ipfs",
"serverless",
"solc",
"solidity"
],
"license": "MIT",
"repository": {
"directory": "packages/embark-typings",
"type": "git",
"url": "https://github.com/embark-framework/embark.git"
},
"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.16.0",
"typescript": "3.4.5"
},
"engines": {
"node": ">=8.12.0 <12.0.0",
"npm": ">=6.4.1",
"yarn": ">=1.12.3"
}
}