-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: can we remove even more properties?
- Loading branch information
1 parent
702cfbe
commit 16691d0
Showing
1 changed file
with
2 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,36 +2,7 @@ | |
"name": "rdme", | ||
"version": "9.0.0-yooo", | ||
"description": "ReadMe's official CLI and GitHub Action.", | ||
"license": "MIT", | ||
"author": "ReadMe <[email protected]> (https://readme.com)", | ||
"engines": { | ||
"node": "^18.20.0 || >=20.10.0" | ||
}, | ||
"bin": { | ||
"rdme": "bin/run.js" | ||
}, | ||
"files": [ | ||
"/bin/run*", | ||
"/dist", | ||
"/oclif.manifest.json" | ||
], | ||
"keywords": [ | ||
"api", | ||
"apidoc", | ||
"apis", | ||
"documentation", | ||
"microservice", | ||
"oai", | ||
"oas", | ||
"openapi", | ||
"openapi document", | ||
"openapi initiative", | ||
"openapi spec", | ||
"openapi specification", | ||
"postman", | ||
"readme", | ||
"swagger" | ||
], | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/readmeio/rdme.git" | ||
|
@@ -40,115 +11,6 @@ | |
"url": "https://github.com/readmeio/rdme/issues" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"@actions/core": "^1.6.0", | ||
"@oclif/core": "^4.0.29", | ||
"@oclif/plugin-autocomplete": "^3.2.6", | ||
"@oclif/plugin-help": "^6.2.15", | ||
"@oclif/plugin-warn-if-update-available": "^3.1.19", | ||
"chalk": "^5.3.0", | ||
"ci-info": "^4.0.0", | ||
"configstore": "^7.0.0", | ||
"debug": "^4.3.3", | ||
"gray-matter": "^4.0.1", | ||
"ignore": "^6.0.2", | ||
"mime-types": "^2.1.35", | ||
"oas": "^25.0.0", | ||
"oas-normalize": "^11.1.2", | ||
"open": "^10.0.2", | ||
"ora": "^6.3.1", | ||
"parse-link-header": "^2.0.0", | ||
"pluralize": "^8.0.0", | ||
"prompts": "^2.4.2", | ||
"semver": "^7.5.3", | ||
"simple-git": "^3.19.1", | ||
"string-argv": "^0.3.1", | ||
"table": "^6.8.1", | ||
"tmp-promise": "^3.0.2", | ||
"toposort": "^2.0.2", | ||
"undici": "^5.28.4", | ||
"validator": "^13.7.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.0.3", | ||
"@commitlint/config-conventional": "^19.0.3", | ||
"@oclif/test": "^4.1.0", | ||
"@readme/better-ajv-errors": "^1.5.0", | ||
"@readme/eslint-config": "^14.0.0", | ||
"@readme/oas-examples": "^5.10.0", | ||
"@rollup/plugin-commonjs": "^28.0.0", | ||
"@rollup/plugin-json": "^6.0.0", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"@rollup/plugin-replace": "^6.0.1", | ||
"@types/configstore": "^6.0.0", | ||
"@types/debug": "^4.1.7", | ||
"@types/js-yaml": "^4.0.5", | ||
"@types/mime-types": "^2.1.1", | ||
"@types/parse-link-header": "^2.0.0", | ||
"@types/pluralize": "^0.0.33", | ||
"@types/prompts": "^2.4.2", | ||
"@types/semver": "^7.3.12", | ||
"@types/toposort": "^2.0.7", | ||
"@types/validator": "^13.7.6", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"@vitest/expect": "^2.0.5", | ||
"@yao-pkg/pkg": "^6.1.0", | ||
"ajv": "^8.11.0", | ||
"alex": "^11.0.0", | ||
"esbuild": "^0.24.0", | ||
"eslint": "^8.47.0", | ||
"husky": "^9.0.10", | ||
"js-yaml": "^4.1.0", | ||
"knip": "^5.0.2", | ||
"nock": "^14.0.0-beta.7", | ||
"oclif": "^4.15.12", | ||
"openapi-types": "^12.1.3", | ||
"prettier": "^3.0.2", | ||
"rollup": "^4.3.0", | ||
"tsx": "^4.7.3", | ||
"type-fest": "^4.3.1", | ||
"typescript": "^5.1.6", | ||
"vitest": "^2.0.5" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"build:exe": "npm run build && rollup -c && pkg run-dist.cjs --target host --output exe/rdme", | ||
"debug": "tsx src/cli.ts", | ||
"esbuild:cmds": "npx esbuild --format=cjs --target=node20 --platform=node --bundle --outfile=bundle-cmds.cjs dist/index.js", | ||
"esbuild:oclif": "npx esbuild --format=cjs --target=node20 --platform=node --bundle --outfile=bundle-run.cjs bin/run.cjs", | ||
"lint": "alex . && knip && npm run lint:ts && npm run prettier && npm run schemas:check", | ||
"lint:ts": "eslint . --ext .js,.ts", | ||
"prebuild": "rm -rf dist/ && rm -f src/package.json && ln package.json src/package.json", | ||
"prepack": "npm run build", | ||
"prepare": "husky", | ||
"pretest": "npm run build", | ||
"prettier": "prettier --check .", | ||
"schemas:check": "./bin/json-schema-store.js", | ||
"schemas:write": "./bin/json-schema-store.js --update", | ||
"test": "vitest run --coverage" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
], | ||
"rules": { | ||
"body-max-line-length": [ | ||
0, | ||
"always", | ||
"Infinity" | ||
], | ||
"footer-max-line-length": [ | ||
0, | ||
"always", | ||
"Infinity" | ||
], | ||
"scope-case": [ | ||
2, | ||
"never", | ||
"upper-case" | ||
] | ||
} | ||
}, | ||
"oclif": { | ||
"bin": "rdme", | ||
"dirname": "rdme", | ||
|
@@ -182,6 +44,5 @@ | |
"description": "Manage your documentation versions." | ||
} | ||
} | ||
}, | ||
"prettier": "@readme/eslint-config/prettier" | ||
} | ||
} |