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