UNPKG

@ludw1gj/maze-generation

Version:

Maze generation algorithms.

40 lines (39 loc) 1 kB
{ "name": "@ludw1gj/maze-generation", "version": "0.7.1", "description": "Maze generation algorithms.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch & nodemon dist", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "author": "ludw1gj", "license": "ISC", "keywords": [ "Maze", "Algorithms", "Typescript" ], "repository": { "type": "git", "url": "git+https://gitlab.com/ludw1gj/maze-generation.git" }, "files": [ "lib/**/*" ], "devDependencies": { "prettier": "^1.17.0", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0", "tslint-no-circular-imports": "^0.6.2", "typescript": "^3.4.4" } }