mirror of
https://github.com/Turfjs/turf.git
synced 2026-01-18 16:02:57 +00:00
67 lines
2.2 KiB
JSON
67 lines
2.2 KiB
JSON
{
|
|
"private": true,
|
|
"funding": "https://opencollective.com/turf",
|
|
"scripts": {
|
|
"docs": "tsx ./scripts/generate-readmes.ts",
|
|
"lint": "npm-run-all lint:*",
|
|
"lint:docs": "documentation lint packages/turf-*/index.js",
|
|
"lint:escheck-cjs": "es-check es8 packages/*/dist/cjs/index.cjs packages/turf/turf.min.js",
|
|
"lint:escheck-esm": "es-check --module es8 packages/*/dist/esm/index.js",
|
|
"lint:escheck-web": "es-check es5 packages/turf/turf.min.js",
|
|
"lint:eslint": "eslint packages",
|
|
"lint:mrl": "mrl check",
|
|
"lint:prettier": "prettier --check .",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"prepare": "husky && lerna run build",
|
|
"test": "pnpm run lint && lerna run test && lerna run --scope @turf/turf last-checks"
|
|
},
|
|
"lint-staged": {
|
|
"package.json": [
|
|
"mrl check --paths"
|
|
],
|
|
"**/*.{js,ts}": [
|
|
"eslint --fix"
|
|
],
|
|
"packages/*/index.{js,ts}": [
|
|
"pnpm tsx ./scripts/generate-readmes"
|
|
],
|
|
"*": "prettier --write --ignore-unknown"
|
|
},
|
|
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392",
|
|
"devDependencies": {
|
|
"@monorepolint/cli": "0.5.0-alpha.132",
|
|
"@monorepolint/config": "0.5.0-alpha.132",
|
|
"@monorepolint/core": "0.5.0-alpha.132",
|
|
"@monorepolint/rules": "0.5.0-alpha.132",
|
|
"@types/node": "18.11.9",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"acorn": "^7.4.1",
|
|
"camelcase": "^8.0.0",
|
|
"d3-queue": "*",
|
|
"decamelize": "^6.0.0",
|
|
"dependency-tree": "^11.0.0",
|
|
"documentation": "^14.0.3",
|
|
"es-check": "^7.1.1",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"esm": "^3.2.25",
|
|
"fs-extra": "^11.1.1",
|
|
"glob": "^10.3.10",
|
|
"husky": "^9.0.0",
|
|
"lerna": "^8.1.7",
|
|
"lint-staged": "^15.2.8",
|
|
"load-json-file": "^7.0.1",
|
|
"meow": "^12.1.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.3.3",
|
|
"progress": "^2.0.3",
|
|
"ts-node": "^9.0.0",
|
|
"tsup": "^8.0.1",
|
|
"tsx": "^4.6.2",
|
|
"typescript": "^5.5.4",
|
|
"yamljs": "^0.3.0"
|
|
}
|
|
}
|