@caveworld/honeycomb-grid
Version:
Create hexagon grids easily
77 lines (76 loc) • 2 kB
JSON
{
"name": "@caveworld/honeycomb-grid",
"version": "4.0.0-alpha-5fb3fd1",
"description": "Create hexagon grids easily",
"source": "src/index.ts",
"main": "dist/honeycomb-grid.umd.js",
"module": "dist/honeycomb-grid.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/honeycomb-grid.mjs",
"require": "./dist/honeycomb-grid.umd.js"
}
},
"scripts": {
"benchmark": "npm run build && ts-node --project tsconfig.node.json benchmark.ts",
"build": "tsc && vite build",
"coverage": "vitest run --coverage",
"dev": "vite",
"lint": "eslint . --fix",
"postinstall": "husky install",
"prerelease": "npm run lint && npm test && NODE_ENV=production npm run build",
"preview": "vite preview",
"release": "git add --patch && standard-version --commit-all",
"test:watch": "npm test -- --watch",
"test": "vitest"
},
"author": "Abbe Keultjes <flauwekeul@gmail.com>",
"license": "MIT",
"devDependencies": {
"@svgdotjs/svg.js": "3.1.2",
"@types/node": "~16.11.43",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"benny": "3.7.1",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"gitmoji-cli": "5.0.3",
"husky": "8.0.1",
"precise-commits": "1.0.2",
"prettier": "2.7.1",
"standard-version": "9.5.0",
"ts-node": "10.9.1",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vite": "3.0.4",
"vite-plugin-dts": "1.4.0",
"vitest": "0.19.1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flauwekeul/honeycomb.git"
},
"keywords": [
"grid",
"hex",
"hex-grid",
"hexagon",
"hexagon-grid",
"tiles",
"node"
],
"bugs": {
"url": "https://github.com/flauwekeul/honeycomb/issues"
},
"homepage": "http://abbekeultjes.nl/honeycomb",
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}