|
| 1 | +{ |
| 2 | + "name": "@anolilab/lint-staged-config", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Shareable Lint-Staged Config for any project.", |
| 5 | + "keywords": [ |
| 6 | + "anolilab", |
| 7 | + "lint", |
| 8 | + "lint-staged", |
| 9 | + "config", |
| 10 | + "lint-staged-config" |
| 11 | + ], |
| 12 | + "homepage": "https://anolilab.com/nodejs/packages/lint-staged-config", |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/anolilab/javascript-style-guide.git", |
| 16 | + "directory": "packages/lint-staged-config" |
| 17 | + }, |
| 18 | + "funding": [ |
| 19 | + { |
| 20 | + "type": "github", |
| 21 | + "url": "https://github.com/sponsors/prisis" |
| 22 | + }, |
| 23 | + { |
| 24 | + "type": "consulting", |
| 25 | + "url": "https://anolilab.com/support" |
| 26 | + } |
| 27 | + ], |
| 28 | + "license": "MIT", |
| 29 | + "author": { |
| 30 | + "name": "Daniel Bannert", |
| 31 | + |
| 32 | + }, |
| 33 | + "sideEffects": false, |
| 34 | + "exports": { |
| 35 | + ".": { |
| 36 | + "types": "./dist/index.d.ts", |
| 37 | + "require": "./dist/index.js", |
| 38 | + "import": "./dist/index.mjs" |
| 39 | + }, |
| 40 | + "./package.json": "./package.json" |
| 41 | + }, |
| 42 | + "main": "dist/index.js", |
| 43 | + "module": "dist/index.mjs", |
| 44 | + "types": "dist/index.d.ts", |
| 45 | + "files": [ |
| 46 | + "dist", |
| 47 | + "README.md", |
| 48 | + "CHANGELOG.md", |
| 49 | + "LICENSE.md" |
| 50 | + ], |
| 51 | + "scripts": { |
| 52 | + "build": "cross-env NODE_ENV=development tsup", |
| 53 | + "build:prod": "cross-env NODE_ENV=production tsup", |
| 54 | + "clean": "rimraf node_modules dist", |
| 55 | + "postinstall": "node ./skip.js || node ./dist/postinstall.js" |
| 56 | + }, |
| 57 | + "dependencies": { |
| 58 | + "@anolilab/package-json-utils": "1.5.0" |
| 59 | + }, |
| 60 | + "devDependencies": { |
| 61 | + "@anolilab/semantic-release-preset": "4.0.1", |
| 62 | + "semantic-release": "^21.0.5", |
| 63 | + "lint-staged": "^13.2.2" |
| 64 | + }, |
| 65 | + "peerDependencies": { |
| 66 | + "lint-staged": "^13.x" |
| 67 | + }, |
| 68 | + "engines": { |
| 69 | + "node": ">=16" |
| 70 | + }, |
| 71 | + "publishConfig": { |
| 72 | + "access": "public", |
| 73 | + "provenance": true |
| 74 | + }, |
| 75 | + "sources": [ |
| 76 | + "src/index.ts", |
| 77 | + "src/postinstall.ts" |
| 78 | + ] |
| 79 | +} |
0 commit comments