mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-07 05:32:44 +08:00
25 lines
602 B
JSON
25 lines
602 B
JSON
{
|
|
"name": "@geekgeekrun/sqlite-plugin",
|
|
"version": "0.0.2",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"better-sqlite3": "12.6.2",
|
|
"cli-highlight": "^2.1.11",
|
|
"lodash": "^4.17.21",
|
|
"reflect-metadata": "^0.2.1",
|
|
"typeorm": "0.3.28"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.23",
|
|
"node-gyp": "^12.2.0",
|
|
"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;"
|
|
}
|
|
}
|