{ "name": "asphodice", "version": "0.1.0", "description": "Dice roller for Asphodel. Includes statistical information", "devDependencies": { "@types/chai": "^4.2.14", "@types/mocha": "^8.2.0", "@types/node": "^14.14.22", "browser-sync": "^2.26.14", "gulp": "^4.0.2", "gulp-sass": "^4.1.0", "gulp-typescript": "^6.0.0-alpha.1" }, "dependencies": { "bootstrap": "^5.0.0-beta2", "chai": "^4.3.0", "mocha": "^8.2.1", "ts-node": "^9.1.1" }, "scripts": { "test": "mocha -r ts-node/register ./src/ts/test/*.spec.ts" } }