UNPKG

leafy-db

Version:

Github database wrapper

1 lines 640 B
{ "name": "leafy-db", "version": "3.1.0", "description": "Github database wrapper", "main": "src/index.js", "types": "types/index.d.ts", "type": "module", "scripts": { "build": "tsc" }, "files": [ "src", "types", "tsconfig.json" ], "dependencies": { "node-fetch": "3.x || 2.x" }, "devDependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.3" }, "keywords": [ "github", "database", "db" ], "repository": "https://github.com/leaftail1880/leafy-db.git", "author": "leaftail1880 <110915645+leaftail1880@users.noreply.github.com>", "license": "MIT" }