Skip to content

Commit

Permalink
feat: better types definition (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Dec 14, 2023
1 parent 41f290a commit cb664d4
Show file tree
Hide file tree
Showing 10 changed files with 14,743 additions and 273 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "A simple Node.js wrapper for youtube-dl",
"homepage": "https://nicedoc.io/microlinkhq/youtube-dl-exec",
"version": "2.5.0",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -134,7 +135,8 @@
"npm-check-updates": "latest",
"simple-git-hooks": "latest",
"standard": "latest",
"standard-version": "latest"
"standard-version": "latest",
"tsd": "latest"
},
"engines": {
"node": ">= 14"
Expand All @@ -147,7 +149,7 @@
"clean": "rm -rf node_modules",
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard",
"lint": "standard && tsd",
"postinstall": "node scripts/postinstall.js",
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
"preinstall": "node scripts/preinstall.mjs",
Expand Down Expand Up @@ -178,5 +180,8 @@
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "npx nano-staged"
},
"tsd": {
"directory": "test"
}
}
Loading

0 comments on commit cb664d4

Please sign in to comment.