mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-15 17:50:50 +00:00
18 lines
541 B
JSON
18 lines
541 B
JSON
{
|
|
"name": "@polkadot/ts",
|
|
"version": "0.0.2",
|
|
"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": "echo \"No 'yarn run check' available\"",
|
|
"test": "echo \"No 'yarn run test' available\""
|
|
},
|
|
"dependencies": {
|
|
"@polkadot/dev": "^0.19.28",
|
|
"@types/node": "^10.3.4"
|
|
}
|
|
}
|