2023-05-17 07:40:53 -07:00
|
|
|
{
|
|
|
|
"name": "@n8n/client-oauth2",
|
2024-06-27 03:18:15 -07:00
|
|
|
"version": "0.18.0",
|
2024-06-20 11:42:18 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
|
|
},
|
2023-05-17 07:40:53 -07:00
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf dist .turbo",
|
|
|
|
"dev": "pnpm watch",
|
2024-06-05 00:50:48 -07:00
|
|
|
"typecheck": "tsc --noEmit",
|
2023-05-17 07:40:53 -07:00
|
|
|
"build": "tsc -p tsconfig.build.json",
|
|
|
|
"format": "prettier --write . --ignore-path ../../../.prettierignore",
|
2023-08-22 04:42:05 -07:00
|
|
|
"lint": "eslint . --quiet",
|
|
|
|
"lintfix": "eslint . --fix",
|
2023-05-17 07:40:53 -07:00
|
|
|
"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": {
|
2024-01-26 07:58:44 -08:00
|
|
|
"axios": "1.6.7"
|
2023-05-17 07:40:53 -07:00
|
|
|
}
|
|
|
|
}
|