UNPKG

@mrprim/dice-roller

Version:

A typescript library for rolling dice using dice notation.

51 lines (50 loc) 1.14 kB
{ "name": "@mrprim/dice-roller", "version": "1.0.10", "description": "A typescript library for rolling dice using dice notation.", "main": "dist/index.js", "license": "MIT", "module": "src/index.ts", "scripts": { "deploy": "yarn run build && yarn publish --access public", "build": "rm -rf dist && tsc", "test": "jest" }, "devDependencies": { "@babel/core": "^7.16.5", "@babel/preset-env": "^7.16.5", "@babel/preset-typescript": "^7.16.5", "@types/jest": "^27.0.3", "babel-jest": "^27.4.5", "jest": "^27.4.5", "ts-jest": "^27.1.2", "ts-node": "^10.4.0", "typescript": "^4.5.4" }, "standard": { "env": [ "jest" ] }, "author": "Sergio Rodriguez", "homepage": "https://github.com/mrprim/dice-roller#readme", "repository": { "type": "git", "url": "git+https://github.com/mrprim/dice-roller.git" }, "bugs": { "url": "https://github.com/mrprim/dice-roller/issues" }, "keywords": [ "typescript", "javascript", "ts", "js", "rpg", "game", "random", "dice", "dice notation", "dice roller" ] }