moonlifedb
Version:
A JSON database with a bunch of tools and typescript support.
43 lines (42 loc) • 835 B
JSON
{
"name": "moonlifedb",
"version": "1.0.0-alpha.10-PRE3",
"author": "Lissa Squeens",
"license": "ISC",
"description": "A JSON database with a bunch of tools and typescript support.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"hu": "echo \"tao\" && exit 0"
},
"keywords": [
"JSON",
"json",
"tools",
"snowflake",
"twitter snowflake",
"tables",
"bigdata",
"database",
"typescript",
"javascript",
"event",
"events",
"event manager",
"snowflakeid"
],
"dependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.7.11",
"jsonstream": "^1.0.3",
"JSONStream": "^1.3.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}