mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
36 lines
1.4 KiB
JSON
36 lines
1.4 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": {
|
|
"test": "eslint --config=.eslintrc.js --cache --cache-file=eslint-cache/base js/ && eslint --config=build-tools/.eslintrc.js --cache --cache-file=eslint-cache/build build-tools/update build-tools/build-indexes",
|
|
"fix": "eslint --config=.eslintrc.js --fix js/ && eslint --config=build-tools/.eslintrc.js --fix build-tools/update build-tools/build-indexes",
|
|
"testcafe": "build-tools/build-indexes && testcafe chrome test/"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "^7.0.0-beta.46",
|
|
"@babel/core": "^7.0.0-beta.46",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.46",
|
|
"@babel/plugin-transform-member-expression-literals": "^7.0.0-beta.46",
|
|
"@babel/plugin-transform-property-literals": "^7.0.0-beta.46",
|
|
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.46",
|
|
"@babel/preset-env": "^7.0.0-beta.46",
|
|
"@babel/preset-typescript": "^7.0.0-beta.46",
|
|
"@types/jquery": "^3.3.1",
|
|
"google-auth-library": "^1.5.0",
|
|
"image-size": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^8.0.7",
|
|
"eslint": "^4.11.0",
|
|
"testcafe": "^0.18.4"
|
|
},
|
|
"private": true
|
|
}
|