libp2p-ts/package.json
2019-06-06 07:51:57 +00:00

25 lines
670 B
JSON

{
"name": "@polkadot/ts",
"version": "0.1.59",
"description": "Typescript definitions that are not (yet) available on https://github.com/DefinitelyTyped/DefinitelyTyped",
"repository": "https://github.com/polkadot-js/ts.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "ISC",
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^3.5.1"
},
"scripts": {
"build": "./build.sh",
"check": "tsc --noEmit --pretty",
"test": "echo \"No 'yarn run test' available\""
},
"dependencies": {
"@types/chrome": "^0.0.86"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@polkadot/dev": "0.25.13"
}
}