libp2p-ts/package.json
2020-01-29 08:26:23 +01:00

25 lines
668 B
JSON

{
"name": "@polkadot/ts",
"version": "0.2.0",
"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.5"
},
"scripts": {
"build": "./build.sh",
"lint": "tsc --noEmit --pretty",
"test": "echo \"No 'yarn run test' available\""
},
"dependencies": {
"@types/chrome": "^0.0.92"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@polkadot/dev": "^0.33.1"
}
}