mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-04-28 23:22:15 +00:00
commit
3bfc6174b7
@ -7,15 +7,17 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"babel-core": "^7.0.0-bridge.0",
|
"babel-core": "^7.0.0-bridge.0",
|
||||||
"typescript": "^3.0.1"
|
"typescript": "^3.1.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./build.sh",
|
"build": "./build.sh",
|
||||||
"check": "tsc --noEmit",
|
"check": "tsc --noEmit",
|
||||||
"test": "echo \"No 'yarn run test' available\""
|
"test": "echo \"No 'yarn run test' available\""
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@types/node": "^10.12.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/dev": "^0.20.20",
|
"@polkadot/dev": "^0.21.1"
|
||||||
"@types/node": "^10.9.4"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user