libp2p-ts/package.json
2018-06-24 07:30:09 +00:00

18 lines
518 B
JSON

{
"name": "@polkadot/ts",
"version": "0.0.20",
"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",
"scripts": {
"build": "./build.sh",
"check": "tsc --noEmit",
"test": "echo \"No 'yarn run test' available\""
},
"devDependencies": {
"@polkadot/dev": "^0.20.2",
"@types/node": "^10.3.4"
}
}