You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
857 B

{
"name": "@zhquiz/database",
"version": "1.0.0",
"private": true,
"main": "index.js",
"repository": "git@git.polv.cc:jaquiz/database.git",
"author": "Pacharapol Withayasakpunt <polv@polv.cc>",
"license": "MIT",
"scripts": {
"ts": "ts-node -O '{\"noImplicitAny\":false}'"
},
"dependencies": {
"@databases/pg": "^5.1.1",
"axios": "^0.22.0",
"better-sqlite3": "^7.4.3",
"fast-glob": "^3.2.7",
"js-yaml": "^4.1.0",
"jsonschema-definer": "^1.3.2",
"python-shell": "^3.0.1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.4.0",
"@types/js-yaml": "^4.0.3",
"@types/node": "^16.9.6",
"import-sort-parser-typescript": "^6.0.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"importSort": {
".js, .ts": {
"parser": "typescript",
"style": "module"
}
}
}