18 lines
No EOL
472 B
JSON
18 lines
No EOL
472 B
JSON
{
|
|
"name": "veridian-edge",
|
|
"version": "1.0.0",
|
|
"description": "SensorPush Edge Agent for Veridian Cultivation Platform",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"dev": "bun --watch run src/index.ts",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^11.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/better-sqlite3": "^7.6.11"
|
|
}
|
|
} |