sags.db.ts
Version:
Fast JSON database system.
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "sags.db.ts",
"version": "1.1.2",
"description": "Fast JSON database system.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js --ignore database\"",
"start:ts": "ts-node-dev src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imyiit/sags.db.ts.git"
},
"keywords": [
"DB",
"Database",
"JSON",
"JsonDB"
],
"author": "imyiit",
"license": "MIT",
"bugs": {
"url": "https://github.com/imyiit/sags.db.ts/issues"
},
"homepage": "https://github.com/imyiit/sags.db.ts#readme",
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^18.7.18",
"concurrently": "^7.3.0",
"dotenv": "^16.0.2",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"dependencies": {
"lodash": "^4.17.21"
}
}