UNPKG

roguelike-pumpkin-patch

Version:
49 lines (48 loc) 1.2 kB
{ "name": "roguelike-pumpkin-patch", "version": "1.0.1", "description": "A roguelike development library in JavaScript.", "main": "dist/roguelike-pumpkin-patch.js", "module": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest", "bundle": "webpack", "transpile": "tsc", "prebuild": "rm -rf dist && rm -rf lib", "build": "npm run transpile && npm run bundle", "prepare": "npm run build", "prepublishOnly": "npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/laurheth/roguelike-pumpkin-patch.git" }, "keywords": [ "roguelike", "rogue", "pumpkin", "game" ], "author": { "name": "Lauren Hetherington" }, "license": "MIT", "bugs": { "url": "https://github.com/laurheth/roguelike-pumpkin-patch/issues" }, "homepage": "https://github.com/laurheth/roguelike-pumpkin-patch#readme", "devDependencies": { "jest": "^26.6.3", "ts-jest": "^26.5.1", "ts-loader": "^8.0.17", "typescript": "^4.1.5", "webpack": "^5.21.2", "webpack-cli": "^4.5.0" }, "files": [ "dist", "lib", "docs" ] }