libp2p-ts/package.json
2018-12-20 10:01:04 +01:00

22 lines
614 B
JSON

{
"name": "@polkadot/ts",
"version": "0.1.43",
"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.2.2"
},
"scripts": {
"build": "./build.sh",
"check": "tsc --noEmit --pretty",
"test": "echo \"No 'yarn run test' available\""
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@polkadot/dev": "^0.23.1"
}
}