mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-16 06:39:50 +00:00
Bumps [@types/jscodeshift](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jscodeshift) from 0.11.0 to 0.11.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jscodeshift) --- updated-dependencies: - dependency-name: "@types/jscodeshift" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
458 B
JSON
20 lines
458 B
JSON
{
|
|
"name": "@tcgdex/db",
|
|
"version": "2.0.0",
|
|
"description": "Database of pokemon TCG",
|
|
"repository": "https://github.com/tcgdex/cards-database.git",
|
|
"author": "Avior <florian@avior.me>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"compile": "tsc --project tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jscodeshift": "^0.11.2",
|
|
"@types/node": "^16.10.2",
|
|
"jscodeshift": "^0.13.0",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|