Skip to content

Commit

Permalink
Add typescript libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Jan 24, 2024
1 parent 6394458 commit 46bd473
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 6 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"buildcjs": "rollup ./dist/index.js --file ./dist/index.cjs --format cjs",
"clean": "rimraf ./dist",
"lint": "eslint \"src/**/*.js\" \"test/**/*.?(c)js\" ",
"lint:ts": "eslint \"src/**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
"postpublishOnly": "rimraf ./src/index.cjs",
"prepublishOnly": "npm run buildcjs && npm test",
Expand Down Expand Up @@ -47,20 +48,24 @@
"devDependencies": {
"@fastify/swagger": "^8.13.0",
"@fastify/swagger-ui": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin@latest": "link:typescript-eslint/eslint-plugin@latest",
"mysql2": "^3.7.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"rollup": "^4.9.5",
"tap": "^18.6.1",
"tsd": "^0.30.4",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"typescript-eslint": "0.0.1-alpha.0"
},
"dependencies": {
"@fastify/error": "^3.4.1",
Expand Down
173 changes: 168 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46bd473

Please sign in to comment.