UNPKG

mountain-generator

Version:
36 lines (35 loc) 841 B
{ "name": "mountain-generator", "version": "1.1.3", "description": "A package for generating svg mountains.", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "svg", "mountain", "ui", "generator", "frontend" ], "scripts": { "prepare": "npm run build", "build": "tsc", "postversion": "git push && git push --tags" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "https://github.com/Swag-Adventures/mountain-generator.git" }, "author": "Swag Adventures", "license": "MIT", "devDependencies": { "@types/node": "^18.0.3", "nodemon": "^2.0.19", "prettier": "^2.7.1", "ts-node": "^10.8.2", "typescript": "^4.7.4" } }