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:
15
package.json
15
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user