mirror of
https://github.com/morten-olsen/plainidx.git
synced 2026-02-08 01:06:24 +01:00
21 lines
354 B
JSON
21 lines
354 B
JSON
{
|
|
"name": "@plaindb/fs-system",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "dist/exports.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@plaindb/plaindb": "workspace:*",
|
|
"glob": "^11.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.1",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|