mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Bumps [json-bigint](https://github.com/sidorares/json-bigint) to 1.0.0 and updates ancestor dependency [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs). These dependencies need to be updated together. Updates `json-bigint` from 0.3.1 to 1.0.0 - [Commits](https://github.com/sidorares/json-bigint/compare/v0.3.1...v1.0.0) Updates `google-auth-library` from 3.1.2 to 9.7.0 - [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases) - [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-nodejs/compare/v3.1.2...v9.7.0) --- updated-dependencies: - dependency-name: json-bigint dependency-type: indirect - dependency-name: google-auth-library dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"name": "pokemon-showdown-client",
|
|
"version": "0.11.2",
|
|
"author": "Guangcong Luo <guangcongluo@gmail.com> (http://guangcongluo.com)",
|
|
"homepage": "https://pokemonshowdown.com",
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Zarel/Pokemon-Showdown-Client.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --config=.eslintrc.js --cache --cache-file=caches/eslint-base.json play.pokemonshowdown.com/js/ && eslint --config=build-tools/.eslintrc.js --cache --cache-file=caches/eslint-build.json build-tools/update build-tools/build-indexes && tslint --project .",
|
|
"test": "npm run lint && tsc && node build && mocha test/*.js",
|
|
"fix": "eslint --config=.eslintrc.js --fix js/ && eslint --config=build-tools/.eslintrc.js --fix build-tools/update build-tools/build-indexes",
|
|
"build": "node build",
|
|
"build-full": "node build full"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.21.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-transform-react-jsx": "^7.21.0",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-typescript": "^7.21.0",
|
|
"babel-plugin-remove-import-export": "^1.1.1",
|
|
"google-auth-library": "^9.7.0",
|
|
"image-size": "^0.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.5.3",
|
|
"@types/mocha": "^5.2.6",
|
|
"eslint": "^5.16.0",
|
|
"mocha": "^6.0.2",
|
|
"preact": "^8.3.1",
|
|
"source-map": "^0.7.3",
|
|
"tslint": "^5.20.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"private": true
|
|
}
|