UNPKG

@mussnad/frappe-js-client

Version:

Next-generation TS/JS client for Frappe REST APIs, built on axios for robust, type-safe integration.

64 lines (63 loc) 1.86 kB
{ "name": "@mussnad/frappe-js-client", "version": "2.3.6", "description": "Next-generation TS/JS client for Frappe REST APIs, built on axios for robust, type-safe integration.", "author": "Mussnad", "license": "MIT", "keywords": [ "Frappe", "sdk" ], "homepage": "https://github.com/mussnad/frappe-js-client#readme", "repository": { "type": "git", "url": "git+https://github.com/mussnad/frappe-js-client.git" }, "bugs": { "url": "https://github.com/mussnad/frappe-js-client/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "tsc", "prepare": "husky", "prepublishOnly": "npm run build", "test": "jest --config jest.config.js", "test:watch": "jest --watch", "coverage": "jest --config jest.config.js --coverage", "lint": "eslint src/ --ext .ts", "format": "prettier --write ." }, "dependencies": { "axios": "^1.8.3" }, "devDependencies": { "@eslint/js": "^9.22.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", "@types/jest": "^29.5.14", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "globals": "^16.0.0", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.5.0", "prettier": "3.5.3", "ts-jest": "^29.2.6", "typescript": "~5.8.2", "typescript-eslint": "^8.26.1" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" }, "publishConfig": { "access": "public" } }