1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00

Cleaned Developpement files

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-04-28 11:38:03 +02:00
parent 587b42b010
commit 724e412884
4 changed files with 15 additions and 45 deletions

View File

@ -1,20 +1,17 @@
{
"name": "@tcgdex/db",
"version": "1.0.1",
"version": "2.0.0",
"description": "Database of pokemon TCG",
"repository": "git@git.delta-wings.net:tcgdex/db.git",
"author": "Avior <florian.bouillon@delta-wings.net>",
"repository": "https://github.com/tcgdex/cards-database.git",
"author": "Avior <florian@avior.me>",
"license": "MIT",
"private": false,
"scripts": {
"compile": "tsc --project tsconfig.json"
},
"dependencies": {
"@tcgdex/sdk": "^1.5.0",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/node": "^14.14.22",
"ts-node": "^9.1.1"
"@types/node": "^15.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}