libp2p-ts/package.json
2020-02-04 20:16:50 -06:00

22 lines
603 B
JSON

{
"name": "@chainsafe/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",
"peer-id": "^0.13.7"
},
"devDependencies": {
"typescript": "^3.7.5"
}
}