mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-12 02:19:55 +08:00
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"name": "@geekgeekrun/sqlite-plugin",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"reflect-metadata": "^0.2.1",
|
|
"sqlite3": "^5.1.7",
|
|
"typeorm": "0.3.11",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"scripts": {
|
|
"dev": "rimraf dist && tsc --outDir dist --watch true",
|
|
"build": "rimraf dist && tsc --outDir dist",
|
|
"postinstall": "npm run build || exit 0;"
|
|
}
|
|
}
|