UNPKG

@half-elf/rogue

Version:

Utility library for all underhanded d20 needs.

35 lines (34 loc) 838 B
{ "name": "@half-elf/rogue", "version": "1.0.1", "description": "Utility library for all underhanded d20 needs.", "main": "dist/index.js", "scripts": { "test": "jest", "eslint": "eslint ./src/**/*.ts", "clean": "rm -rf dist", "build": "npm run clean && tsc -p tsconfig.build.json", "prepack": "npm run build" }, "keywords": [ "d20", "rpg", "util" ], "license": "MIT", "dependencies": { "dice-typescript": "^1.6.1" }, "devDependencies": { "@types/jest": "^26.0.13", "@types/node": "^14.10.1", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "eslint": "^7.9.0", "eslint-plugin-jest": "^24.0.1", "jest": "^26.4.2", "ts-jest": "^26.3.0", "typescript": "^4.0.2", "typescript-eslint": "0.0.1-alpha.0" } }