UNPKG

domino-engine

Version:

Domino Engine to create Domino Games. The library would generate all the tiles and structures to easily create one of the multiple domino games.

37 lines (36 loc) 892 B
{ "name": "domino-engine", "version": "1.0.3", "description": "Domino Engine to create Domino Games. The library would generate all the tiles and structures to easily create one of the multiple domino games.", "main": "dist/index.js", "module": "dist/index.m.js", "esmodule": "dist/foo.modern.js", "unpkg": "dist/index.umd.js", "types": "dist/Tiles.d.ts", "source": "./Tiles.ts", "scripts": { "start": "npx microbundle", "test": "npx jest --coverage" }, "repository": { "type": "git", "url": "github.com/navio/domino" }, "keywords": [ "Domino", "Cuban", "Mexican", "Trains", "Tren" ], "author": "Alberto Navarro", "license": "MIT", "dependencies": {}, "devDependencies": { "@types/jest": "^26.0.15", "jest": "^26.6.3", "microbundle": "^0.12.4", "ts-jest": "^26.4.4", "typescript": "^4.0.5" } }