Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed Sep 20, 2024
1 parent c7f0a3e commit cf76141
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,27 @@
"version": "1.0.0",
"description": "Nango custom integrations ESLint plugin",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NangoHQ/eslint-plugin-custom-integrations-linting"
},
"scripts": {
"build": "tsc",
"test": "vitest",
"lint": "eslint ."
},
"files": [
"*.md",
"dist",
"tsconfig.json",
"package.json"
],
"keywords": [
"eslint",
"eslintplugin"
"eslintplugin",
"custom-integrations",
"nango"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/types": "^7.22.5",
"@types/eslint": "^8.40.0",
Expand Down

0 comments on commit cf76141

Please sign in to comment.