@suyotech-dev/suyotechdb
Version:
JSON File Based Database Inspired by Mongoose ODM
48 lines • 1.07 kB
JSON
{
"name": "@suyotech-dev/suyotechdb",
"description": "JSON File Based Database Inspired by Mongoose ODM",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"watch": "npm run build -- --watch src",
"prepublishOnly": "npm run build"
},
"repository": {
"url": "https://github.com/suyotech/suyotechdb.git"
},
"files": [
"/dist",
"README.md"
],
"keywords": [
"embeddable",
"lightweight",
"json",
"file based",
"db",
"database",
"mongoose",
"odm",
"suyotechdb",
"suyotech",
"nodejs",
"node"
],
"author": "suyotech.com",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.14.12",
"tsup": "^8.2.2",
"typescript": "^5.5.4"
}
}