UNPKG

priconne-cb

Version:

A priconne Clan Battle Simulator, intended to be used for managing CB

40 lines (39 loc) 911 B
{ "name": "priconne-cb", "version": "0.2.0", "description": "A priconne Clan Battle Simulator, intended to be used for managing CB", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "build:watch": "tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/xImouto/priconne-cb.git" }, "author": "xImouto", "license": "MIT", "bugs": { "url": "https://github.com/xImouto/priconne-cb/issues" }, "homepage": "https://github.com/xImouto/priconne-cb#readme", "keywords": [ "priconne-cb", "clan-battle", "princess-connect-redive", "re:dive" ], "devDependencies": { "@types/jest": "^27.4.0", "@types/node": "^17.0.10", "jest": "^27.4.7", "prettier": "^2.5.1", "ts-jest": "^27.1.3", "typescript": "^4.5.5" }, "dependencies": { "yup": "^0.32.11" } }