UNPKG

@metatime/pinning-service

Version:

Pinning service that is built on Google Cloud Storage on top of IPFS.

45 lines (44 loc) 1.26 kB
{ "name": "@metatime/pinning-service", "description": "Pinning service that is built on Google Cloud Storage on top of IPFS.", "version": "1.0.15", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/metaxtime/pinning-service" }, "publishConfig": { "access": "public", "@metaxtime:registry": "https://npm.pkg.github.com" }, "files": [ "dist/*" ], "author": "Can Vardar <ican.vardar@metatime.com>", "license": "MIT", "scripts": { "start": "export NODE_ENV=prod && node ./dist/index.js", "start:dev": "export NODE_ENV=test && ts-node ./src/index.ts", "watch:dev": "export NODE_ENV=test && nodemon ./src/index.ts", "copy-typescript-definitions": "copyfiles -u 1 \"src/**/*.d.ts\" dist", "build": "rm -rf ./dist && tsc --declaration && yarn run copy-typescript-definitions" }, "keywords": [ "metatime", "pinning-service", "ipfs", "google-cloud-cdn" ], "dependencies": { "@google-cloud/storage": "^6.8.0", "ipfs-http-client": "^56.0.0" }, "devDependencies": { "@types/node": "^18.11.13", "copyfiles": "^2.4.1", "nodemon": "^2.0.20", "ts-node": "^10.9.1", "typescript": "^4.9.4" } }