mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-06 05:26:21 -05:00
This is the search index build script from the Gen 6 Learnsets repository, slightly rewritten for the PS client environment. It expects a checkout of the server respository in `data/Pokemon-Showdown`.
22 lines
607 B
JSON
22 lines
607 B
JSON
{
|
|
"name": "Pokemon-Showdown-Client",
|
|
"version": "0.10.2",
|
|
"author": "Guangcong Luo <guangcongluo@gmail.com> (http://guangcongluo.com)",
|
|
"homepage": "http://play.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/*.js",
|
|
"fix": "eslint --config=.eslintrc.js --fix js/*.js"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "~1.10.3",
|
|
"sugar": "1.4.1"
|
|
},
|
|
"private": true
|
|
}
|