mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-16 10:10:51 +00:00
22 lines
618 B
JSON
22 lines
618 B
JSON
{
|
|
"name": "@polkadot/ts",
|
|
"version": "0.1.55",
|
|
"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.3.3333"
|
|
},
|
|
"scripts": {
|
|
"build": "./build.sh",
|
|
"check": "tsc --noEmit --pretty",
|
|
"test": "echo \"No 'yarn run test' available\""
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@polkadot/dev": "^0.25.12"
|
|
}
|
|
}
|