libp2p-ts/package.json
2019-12-05 09:59:29 +01:00

25 lines
677 B
JSON

{
"name": "@polkadot/ts",
"version": "0.1.86",
"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.7.3"
},
"scripts": {
"build": "./build.sh",
"lint": "tsc --noEmit --pretty",
"test": "echo \"No 'yarn run test' available\""
},
"dependencies": {
"@types/chrome": "^0.0.91"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@polkadot/dev": "^0.32.0-beta.16"
}
}