mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-04-24 21:32:14 +00:00
23 lines
619 B
JSON
23 lines
619 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": {
|
|
"@types/node": "^13.7.0",
|
|
"libp2p-crypto": "^0.17.2",
|
|
"multiaddr": "^7.4.3",
|
|
"peer-id": "^0.13.7"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.7.5"
|
|
}
|
|
}
|