UNPKG

character-sheet

Version:

CharacterSheet library for assembling relationships between stats and modifiers.

55 lines (54 loc) 1.8 kB
{ "name": "character-sheet", "version": "1.7.4", "description": "CharacterSheet library for assembling relationships between stats and modifiers.", "main": "dist/character-sheet.js", "repository": { "type": "git", "url": "git+https://github.com/michaelhartmayer/character-sheet.git" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.2.3", "@babel/plugin-proposal-decorators": "^7.2.3", "@babel/plugin-proposal-export-namespace-from": "^7.2.0", "@babel/plugin-proposal-throw-expressions": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-regenerator": "^7.0.0", "@babel/preset-env": "^7.2.3", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-loader": "^8.0.4", "babel-plugin-add-module-exports": "^1.0.0", "eslint": "^5.11.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-jest": "^22.1.2", "jest": "^23.6.0", "jsdoc": "^3.5.5", "latodoc": "smeijer/latodoc", "nodemon": "^1.18.9", "webpack": "^4.28.2", "webpack-cli": "^3.1.2" }, "keywords": [ "Character", "Sheet", "Game", "Dungeons", "Dragons" ], "scripts": { "clean": "npx rimraf ./dist/*", "build": "yarn clean && webpack --colors", "build:prod": "yarn build --config ./config/webpack.prod.config.js", "build:dev": "yarn build --config ./config/webpack.dev.config.js", "document": "yarn jsdoc -r -d ./docs ./src/", "test": "jest --colors", "test:dev": "nodemon -w ./src -w ./tests --exec \"yarn test --verbose\"" }, "author": "Michael Hartmayer <michaelhartmayer@gmail.com>", "license": "ISC", "dependencies": {} }