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