n8n/packages/@n8n/client-oauth2/package.json
कारतोफ्फेलस्क्रिप्ट™ 3703310b0f
ci: Fix repository url for provenance checks (no-changelog) (#9825)
2024-06-20 20:42:18 +02:00

30 lines
714 B
JSON

{
"name": "@n8n/client-oauth2",
"version": "0.16.0",
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n.git"
},
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.build.json",
"format": "prettier --write . --ignore-path ../../../.prettierignore",
"lint": "eslint . --quiet",
"lintfix": "eslint . --fix",
"watch": "tsc -p tsconfig.build.json --watch",
"test": "jest",
"test:dev": "jest --watch"
},
"main": "dist/index.js",
"module": "src/index.ts",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"dependencies": {
"axios": "1.6.7"
}
}