UNPKG

@amnesia-js/core

Version:
45 lines (44 loc) 1.02 kB
{ "name": "@amnesia-js/core", "version": "1.2.3", "description": "Javascript Client for AmnesiaDB", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "jest" }, "keywords": [ "amnesia-db", "amnesia", "amnesia-js" ], "author": "Nikhil Nayak", "license": "AGPL-3.0-or-later", "devDependencies": { "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", "@babel/preset-typescript": "^7.15.0", "@types/jest": "^27.0.1", "@types/node": "^16.9.1", "@types/uuid": "^8.3.1", "babel-jest": "^27.2.0", "jest": "^27.2.0", "ts-node": "^10.2.1", "typescript": "^4.4.3" }, "dependencies": { "uuid": "^8.3.2" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/NikhilCodes/amnesia-js.git" }, "bugs": { "url": "https://github.com/NikhilCodes/amnesia-js/issues" }, "homepage": "https://github.com/NikhilCodes/amnesia-js#readme" }