libp2p-ts/package.json
2020-08-03 17:15:43 -05:00

25 lines
689 B
JSON

{
"name": "libp2p-ts",
"version": "0.1.0",
"description": "Typescript definitions that are not (yet) available on https://github.com/DefinitelyTyped/DefinitelyTyped",
"repository": "https://github.com/chainsafe/libp2p-ts.git",
"author": "ChainSafe Systems",
"license": "ISC",
"scripts": {
"build": "./build.sh",
"lint": "tsc --noEmit --pretty",
"test": "echo \"No 'yarn run test' available\""
},
"dependencies": {
"@chainsafe/discv5": "^0.2.6",
"@types/node": "^13.7.0",
"libp2p-crypto": "^0.17.2",
"libp2p-gossipsub": "^0.4.5",
"multiaddr": "^7.4.3",
"peer-id": "^0.13.12"
},
"devDependencies": {
"typescript": "^3.7.5"
}
}