forked from smogon/pokemon-showdown-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "pokemon-showdown-client",
"version": "0.11.2",
"author": "Guangcong Luo <[email protected]> (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
}