UNPKG

dingojs

Version:

A simple but feature filled interface between Filecoin's Lotus client and JS.

56 lines (55 loc) 1.39 kB
{ "name": "dingojs", "version": "1.1.0", "description": "A simple but feature filled interface between Filecoin's Lotus client and JS.", "keywords": [ "filecoin", "api", "lotus", "jackal" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "packit": "tsc && npm pack --pack-destination packs", "test": "echo \"Error: no tests included\" && exit 1" }, "contributors": [ { "name": "Jackal Labs", "email": "devadmin@jackallabs.io", "url": "https://jackallabs.io" }, { "name": "Marston Connell", "email": "marston@jackallabs.io" }, { "name": "Erin Rivas", "email": "erin@jackallabs.io" } ], "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "git+https://github.com/JackalLabs/dingo.git" }, "bugs": { "url": "https://github.com/JackalLabs/dingo/issues" }, "homepage": "https://github.com/JackalLabs/dingo/#readme", "dependencies": { "axios": "^0.24.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "typescript": "~4.1.5" } }