UNPKG

instant.db

Version:

A very basic simple and easy to use database with json files!

26 lines (25 loc) 545 B
{ "name": "instant.db", "version": "2.0.0", "description": "A very basic simple and easy to use database with json files!", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc --project tsconfig.json" }, "keywords": [ "database", "storage", "json", "instant.db", "instant" ], "author": "science_spot_codes", "license": "MIT", "dependencies": { "fs": "0.0.1-security" }, "devDependencies": { "@types/node": "^14.14.20" } }