UNPKG

@bigfloppa/vanilla-merge

Version:
60 lines (59 loc) 1.58 kB
{ "name": "@bigfloppa/vanilla-merge", "version": "1.1.1", "description": "Polygon-clipping algorithm", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "exports": { "./package.json": "./package.json", ".": { "import": "./dist/index.js" } }, "sideEffects": false, "files": [ "/dist" ], "scripts": { "build": "tsc", "start:run": "nodemon dist/index.js", "start": "concurrently npm:start:*", "lint": "npx eslint . --ext .ts", "lint:fix": "npx eslint ./src --fix", "release": "standard-version", "release:patch": "npm run release -- --release-as patch", "release:minor": "npm run release -- --release-as minor", "release:major": "npm run release -- --release-as major" }, "repository": { "type": "git", "url": "git+https://github.com/AnnDobrovolskaya/vanilla-merge.git" }, "author": "Anna <nickelleblack@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/AnnDobrovolskaya/vanilla-merge/issues" }, "homepage": "https://github.com/AnnDobrovolskaya/vanilla-merge#readme", "dependencies": { "@turf/turf": "^6.5.0" }, "devDependencies": { "@types/node": "^18.7.11", "@typescript-eslint/eslint-plugin": "^5.34.0", "@typescript-eslint/parser": "^5.34.0", "concurrently": "^7.3.0", "eslint": "^8.22.0", "nodemon": "^2.0.19", "standard-version": "^9.5.0", "typescript": "^4.7.4" }, "keywords": [ "polygon-merge", "polygon-clipping", "polygon", "union", "merge" ] }