mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-22 18:52:08 +00:00
* Cleaned-up Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Update rule Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Fix interface Signed-off-by: Avior <florian.bouillon@delta-wings.net>
34 lines
972 B
JSON
34 lines
972 B
JSON
{
|
|
"name": "@tcgdex/compiler",
|
|
"version": "2.0.0",
|
|
"repository": "https://github.com/tcgdex/compiler.git",
|
|
"homepage": "https://github.com/tcgdex/compiler",
|
|
"author": "Avior <github@avior.me>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"db:compile": "cd db && tsc --project tsconfig.json",
|
|
"db:test": "cd db && tsc --noEmit --project tsconfig.json",
|
|
"start": "node --require ts-node/register --unhandled-rejections=strict main.ts",
|
|
"lint": "eslint ./utils ./endpoints ./*.ts --ext .ts"
|
|
},
|
|
"dependencies": {
|
|
"@dzeio/object-util": "^1.2.0",
|
|
"@tcgdex/sdk": "^2.4.4",
|
|
"@types/glob": "^7.1.4",
|
|
"@types/node": "^16.6.0",
|
|
"@types/node-fetch": "^2.5.12",
|
|
"dotenv": "^10.0.0",
|
|
"glob": "^7.1.7",
|
|
"node-fetch": "^2.6.1",
|
|
"ts-node": "^10.2.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@dzeio/config": "^1.1.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
|
"@typescript-eslint/parser": "^4.29.1",
|
|
"eslint": "^7.32.0"
|
|
}
|
|
}
|