UNPKG

@nice-move/all-in-base

Version:

[![npm][npm-badge]][npm-url] [![github][github-badge]][github-url] ![node][node-badge]

58 lines 1.3 kB
{ "name": "@nice-move/all-in-base", "version": "0.8.10", "license": "MIT", "author": { "name": "Eric Chen" }, "keywords": [ "eslint", "nice-move", "prettier" ], "homepage": "https://github.com/nice-move/nice-move/tree/master/modules/all-in-base", "repository": { "type": "git", "url": "git+https://github.com/nice-move/nice-move.git", "directory": "modules/all-in-base" }, "bugs": { "url": "https://github.com/nice-move/nice-move/issues" }, "bin": { "nice-move": "cli.mjs" }, "exports": { "./eslint": "./eslint.config.mjs", "./prettier": "./prettier.config.mjs", "./tsconfig": "./tsconfig.json" }, "type": "module", "dependencies": { "@nice-move/eslint-config-base": "^0.15.7", "@nice-move/prettier-config": "^0.15.10", "@nice-move/tsconfig": "^0.5.0", "@nice-move/cli": "^0.11.33" }, "peerDependencies": { "eslint": "^9.39.4", "garou": "^0.9.21", "prettier": "~3.9.4", "typescript": "~6.0.3" }, "peerDependenciesMeta": { "garou": { "optional": true }, "typescript": { "optional": true } }, "engines": { "node": ">=24.0.0 || ^22.18.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }