UNPKG

@crustio/crust-pin

Version:

Decentralized pin on Crust Network

31 lines (30 loc) 662 B
{ "name": "@crustio/crust-pin", "version": "1.0.0", "description": "Decentralized pin on Crust Network", "main": "src/index.js", "license": "Apache-2.0", "keywords": [ "crust", "ipfs", "decentralized storage" ], "scripts": { "build:types": "echo 'No types in Crust Pin'", "build": "tsc", "lint": "gts lint", "clean": "gts clean", "compile": "tsc", "fix": "gts fix" }, "dependencies": { "@crustio/type-definitions": "^1.2.0", "@polkadot/api": "^4.2.1" }, "devDependencies": { "@babel/runtime": "^7.13.2", "@types/node": "^14.14.31", "gts": "^3.1.0", "typescript": "^4.0.3" } }