add build script
Showing
| ... | ... | @@ -2,11 +2,14 @@ |
| "name": "ygoreplay-plugin", | ||
| "version": "1.0.0", | ||
| "description": "A plugin for SRVPro-like servers to publish useful statistical data to the storage server automatically", | ||
| "main": "index.js", | ||
| "main": "./dist/index.js", | ||
| "repository": "git@git.mycard.moe:mycard/ygoreplay-plugin.git", | ||
| "author": "Sophia <beyondthesophia@gmail.com>", | ||
| "license": "MIT", | ||
| "private": true, | ||
| "scripts": { | ||
| "build": "tsc" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^16.10.3", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| ... | ... |
Please register or sign in to comment