@bunnyapp/api-client
Version:
Node.js client for Bunny CRM
61 lines • 1.55 kB
JSON
{
"name": "@bunnyapp/api-client",
"version": "3.0.0",
"description": "Node.js client for Bunny CRM",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prepare": "npm run clean && npm run build",
"prepublishOnly": "npm run build",
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
"generate-types": "node_modules/.bin/graphql-codegen"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bunnyapp/bunny-node.git"
},
"keywords": [
"crm",
"billing",
"cpq",
"saas",
"subscriptions"
],
"author": "Rich Chetwynd",
"license": "MIT",
"bugs": {
"url": "https://github.com/bunnyapp/bunny-node/issues"
},
"homepage": "https://github.com/bunnyapp/bunny-node#readme",
"dependencies": {
"axios": "^1.8.4",
"safe-buffer": "^5.2.1",
"scmp": "^2.1.0"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/schema-ast": "^4.1.0",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-operations": "^4.6.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.5.1",
"@types/mocha": "^10.0.10",
"@types/sinon": "^17.0.4",
"dotenv": "^16.4.7",
"mocha": "^11.1.0",
"sinon": "^14.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"files": [
"dist/**/*",
"LICENSE",
"README.md"
]
}