forked from SDM0/clovermon-showdown-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 964 Bytes
/
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
{
"name": "clovermon-showdown-assets",
"version": "1.0.0",
"description": "This is a central repository for sprites and audio related to [Clovermon Showdown](https://github.com/MrSableye/clovermon-showdown) and the [Clovermon Showdown Client](https://github.com/MrSableye/clovermon-showdown-client).",
"main": "test.js",
"scripts": {
"build": "tsc",
"verify-all-no-warn": "npm run build && node dist/verify --directory clover --directory clover-cap --showWarnings false",
"verify-all": "npm run build && node dist/verify --directory clover --directory clover-cap",
"verify-all-prune": "npm run build && node dist/verify --deleteUnexpected --directory clover --directory clover-cap"
},
"author": "",
"license": "ISC",
"dependencies": {
"fp-ts": "^2.11.5",
"io-ts": "^2.2.16",
"yargs": "^17.3.0"
},
"devDependencies": {
"@types/node": "^16.11.12",
"@types/yargs": "^17.0.7",
"typescript": "^4.8.4"
}
}