UNPKG

bingo-master

Version:

A Bingo game library implemented in TypeScript

30 lines (29 loc) 913 B
{ "name": "bingo-master", "version": "2.1.2", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "clean": "rm -rf dist", "build": "npm run clean && tsc", "dev": " tsc && node dist/index.js", "start": "node dist/index.js" }, "keywords": ["bingo", "bingo-master","5*5 bingo", "game", "board game", "multiplayer board game", "typescript", "npm library"], "author": "Mohammad Ashfaq ashfaqsidd47@gmail.com", "repository": { "type": "git", "url": "git+https://github.com/Ashfaqsidd47s/bingo-master.git" }, "license": "Apache-2.0", "description": "A Bingo game library implemented in TypeScript", "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" } }