mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-07 04:52:52 +08:00
22 lines
508 B
JSON
22 lines
508 B
JSON
{
|
|
"name": "@geekgeekrun/sqlite-plugin",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"cli-highlight": "^2.1.11",
|
|
"reflect-metadata": "^0.2.1",
|
|
"sqlite3": "5.1.6",
|
|
"typeorm": "0.3.11"
|
|
},
|
|
"devDependencies": {
|
|
"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;"
|
|
}
|
|
}
|