mirror of
https://github.com/morten-olsen/plainidx.git
synced 2026-02-08 01:06:24 +01:00
22 lines
358 B
JSON
22 lines
358 B
JSON
{
|
|
"name": "@plaindb/plaindb",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "dist/exports.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.1",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"dependencies": {
|
|
"knex": "^3.1.0",
|
|
"nanoid": "^5.0.9",
|
|
"zod": "^3.24.0"
|
|
}
|
|
}
|