mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-15 17:50:50 +00:00
25 lines
668 B
JSON
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"
|
|
}
|
|
}
|