Skip to content

Commit

Permalink
🏑
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Oct 7, 2024
1 parent 75cf4bb commit 41e3dcd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 802 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"extends": ["@fisch0920/eslint-config/node"]
"extends": ["@fisch0920/eslint-config/node"],
"ignorePatterns": ["dist", "out"]
}
23 changes: 2 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,7 @@
"engines": {
"node": ">=18"
},
"type": "module",
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"clean": "del clean",
"prebuild": "run-s clean",
"pretest": "run-s build",
"test": "run-s test:*",
"test:format": "prettier --check \"**/*.{js,ts,tsx}\"",
"test:lint": "eslint .",
Expand All @@ -40,6 +22,8 @@
},
"dependencies": {
"@inquirer/prompts": "^7.0.0",
"dotenv": "^16.4.5",
"globby": "^14.0.2",
"kindle-api-ky": "^1.0.1",
"openai-fetch": "^3.2.0",
"p-map": "^7.0.2",
Expand All @@ -54,13 +38,10 @@
"@types/pdfkit": "^0.13.5",
"del-cli": "^5.1.0",
"delay": "^6.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"globby": "^14.0.2",
"npm-run-all2": "^6.2.2",
"only-allow": "^1.2.1",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "2.1.2"
}
Expand Down
Loading

0 comments on commit 41e3dcd

Please sign in to comment.