routie dev init since i didn't adhere to any proper guidance up until now

This commit is contained in:
2026-04-29 22:27:29 -06:00
commit e1dabb71e2
15301 changed files with 3562618 additions and 0 deletions
+62
View File
@@ -0,0 +1,62 @@
{
"name": "eslint-plugin-pnpm",
"type": "module",
"version": "1.6.0",
"description": "ESLint Plugin for pnpm",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"contributors": [
{
"name": "三咲智子 Kevin Deng",
"email": "sxzz@sxzz.moe"
}
],
"license": "MIT",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/antfu"
},
{
"type": "individual",
"url": "https://github.com/sponsors/sxzz"
}
],
"homepage": "https://github.com/antfu/pnpm-workspace-utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/pnpm-workspace-utils.git",
"directory": "packages/eslint-plugin-pnpm"
},
"bugs": "https://github.com/antfu/pnpm-workspace-utils/issues",
"keywords": [
"eslint-plugin",
"pnpm"
],
"sideEffects": false,
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"peerDependencies": {
"eslint": "^9.0.0 || ^10.0.0"
},
"dependencies": {
"empathic": "^2.0.0",
"jsonc-eslint-parser": "^3.1.0",
"pathe": "^2.0.3",
"tinyglobby": "^0.2.15",
"yaml": "^2.8.2",
"yaml-eslint-parser": "^2.0.0",
"pnpm-workspace-yaml": "1.6.0"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.56.1"
},
"scripts": {
"start": "tsx src/index.ts"
}
}