UNPKG

protect-guard

Version:
33 lines (32 loc) 768 B
{ "name": "protect-guard", "version": "1.0.0", "description": "world protect", "main": "index.js", "keywords": [ "Protect", "BDSX", "Guard" ], "scripts": { "build": "tsc", "watch": "tsc -w", "prepare": "tsc || exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/RuneNight/GuardProtect.git" }, "author": "RuneNight <runenight04194649@gmail.com> (https://github.com/RuneNight/GuardProtect)", "license": "ISC", "bdsxPlugin": true, "devDependencies": { "@types/node": "^12.20.48", "bdsx": "file:../bdsx", "typescript": "^4.2.3" }, "bugs": { "url": "https://github.com/RuneNight/GuardProtect/issues" }, "homepage": "https://github.com/RuneNight/GuardProtect#readme" }