mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-15 17:50:50 +00:00
25 lines
677 B
JSON
25 lines
677 B
JSON
{
|
|
"name": "@polkadot/ts",
|
|
"version": "0.1.86",
|
|
"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.3"
|
|
},
|
|
"scripts": {
|
|
"build": "./build.sh",
|
|
"lint": "tsc --noEmit --pretty",
|
|
"test": "echo \"No 'yarn run test' available\""
|
|
},
|
|
"dependencies": {
|
|
"@types/chrome": "^0.0.91"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4",
|
|
"@polkadot/dev": "^0.32.0-beta.16"
|
|
}
|
|
}
|