@spotable/attio-sdk
Version:
Client for Attio REST API
59 lines • 1.36 kB
JSON
{
"name": "@spotable/attio-sdk",
"version": "0.1.11",
"description": "Client for Attio REST API",
"author": "Spotable <info@spotable.be>",
"keywords": [
"attio",
"sdk",
"api",
"client",
"rest"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Databoy9000/attio-sdk.git"
},
"bin": {
"attio-sdk": "bin/attio-sdk.js"
},
"dependencies": {
"@commander-js/extra-typings": "^14.0.0",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"node-fetch": "^3.3.2",
"ora": "^8.2.0",
"serialize-error": "^12.0.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.27.0",
"@types/node": "^22.15.21",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"globals": "^16.1.0",
"knip": "^5.57.2",
"lefthook": "^1.11.13",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0"
},
"peerDependencies": {
"node-fetch": "^3.2.0"
},
"engines": {
"node": ">=22.0.0 <23.0.0",
"pnpm": ">=10.0.0 <11.0.0"
},
"scripts": {
"build": "tsc",
"commitlint": "commitlint",
"dev": "tsx src/index.ts",
"lint": "eslint .",
"knip": "knip"
}
}