UNPKG

@mateo-wallace/rpg-dice-js

Version:

Npm package that allows users to roll dice with all math and various forms of response

53 lines (52 loc) 1.41 kB
{ "name": "@mateo-wallace/rpg-dice-js", "version": "2.0.2", "description": "Npm package that allows users to roll dice with all math and various forms of response", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "exports": { ".": { "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js" } }, "scripts": { "build:cjs": "babel src --out-dir dist/cjs --presets=@babel/preset-env", "build:esm": "babel src --out-dir dist/esm --presets=@babel/preset-env --plugins=@babel/plugin-transform-modules-commonjs", "build": "npm run build:cjs && npm run build:esm", "test": "mocha --require @babel/register" }, "repository": { "type": "git", "url": "git+https://github.com/Mateo-Wallace/Rpg-Dice-Js.git" }, "keywords": [ "dice-roller", "dnd", "dnd5e", "d20", "dice", "rpg", "rpg-dice-js", "pathfinder", "role-playing-game" ], "author": "Mateo Wallace", "license": "MIT", "bugs": { "url": "https://github.com/Mateo-Wallace/Rpg-Dice-Js/issues" }, "homepage": "https://mateo-wallace.github.io/rpg-dice-js/", "dependencies": { "mathjs": "^11.6.0" }, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/register": "^7.24.6", "chai": "^4", "chai-spies": "^1.1.0", "mocha": "^10.3.0" } }