UNPKG

btrz-seatmaps

Version:
44 lines (43 loc) 1.15 kB
{ "name": "btrz-seatmaps", "version": "1.87.0", "description": "Betterez Seatmaps", "main": "index.js", "scripts": { "test": "NODE_ENV=test node --test", "test-w": "NODE_ENV=test node --test --watch", "transpile": "babel -d lib/ src/", "commit-transpile": "git add lib/ && git commit --allow-empty -m \"transpiled src\"", "preversion": "npm test && npm run transpile && npm run commit-transpile", "postversion": "git push origin main && git push --tags" }, "repository": { "type": "git", "url": "https://github.com/Betterez/btrz-seatmaps.git" }, "keywords": [ "seatmaps" ], "author": { "name": "hgarcia", "email": "hernan@dynamicprogrammer.com" }, "contributors": [ { "name": "ddindurra", "email": "diego.dindurra@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/Betterez/btrz-seatmaps/issues" }, "homepage": "https://github.com/Betterez/btrz-seatmaps", "dependencies": {}, "devDependencies": { "@babel/cli": "7.28.6", "@babel/core": "7.29.0", "@babel/preset-env": "7.29.2", "jsdom": "29.0.2" } }