UNPKG

stats-modifiers

Version:
52 lines (51 loc) 936 B
{ "name": "stats-modifiers", "version": "0.8.0", "description": "Stats and modifiers lib for gamedev.", "main": "lib/stats-modifiers.js", "engines": { "node": ">=16.13.0" }, "directories": { "test": "test" }, "dependencies": { "array-kit": "^0.2.4", "tree-kit": "^0.8.1" }, "devDependencies": { "kung-fig-expression": "^0.49.1" }, "scripts": { "test": "tea-time -R dot -O" }, "repository": { "type": "git", "url": "https://github.com/cronvel/stats-modifiers.git" }, "keywords": [ "stats", "modifiers", "game", "rpg" ], "author": "Cédric Ronvel", "license": "MIT", "bugs": { "url": "https://github.com/cronvel/stats-modifiers/issues" }, "config": { "tea-time": { "coverDir": [ "lib" ] } }, "copyright": { "title": "Stats Modifiers", "years": [ 2021 ], "owner": "Cédric Ronvel" } }