nextflow-zalo-sdk
Version:
SDK tích hợp Zalo toàn diện cho hệ thống CRM AI Nextflow
101 lines (100 loc) • 3.16 kB
JSON
{
"name": "nextflow-zalo-sdk",
"version": "1.0.0-alpha.6",
"description": "SDK tích hợp Zalo toàn diện cho hệ thống CRM AI Nextflow",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "rollup -c -w",
"build": "npm run clean && rollup -c",
"build:prod": "npm run clean && cross-env NODE_ENV=production rollup -c",
"clean": "rimraf dist",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:sdk": "npm run build && node test.cjs",
"test:dev": "npm run build && tsx test.ts",
"demo:qr": "npx tsx demo/qr-login-optimized.ts qr",
"demo:saved": "npx tsx demo/qr-login-optimized.ts saved",
"demo:simple": "npx tsx demo/simple-qr-test.ts",
"example:events": "npx tsx examples/simple-event-listener.ts",
"example:integration": "npx tsx examples/event-driven-integration.ts",
"lint": "echo 'Linting skipped for now'",
"lint:fix": "echo 'Lint fix skipped for now'",
"type-check": "tsc --noEmit",
"docs": "typedoc src/index.ts",
"size": "npm run build:prod && node -e \"const fs=require('fs'); const stats=fs.statSync('dist/index.cjs'); console.log('Bundle size:', Math.round(stats.size/1024) + 'KB');\"",
"analyze": "npm run build:prod && npx rollup-plugin-visualizer dist/stats.html",
"prepublishOnly": "npm run lint && npm run type-check && npm run build:prod",
"release": "npm run build:prod && npm publish"
},
"keywords": [
"zalo",
"sdk",
"nextflow",
"crm",
"chatbot",
"automation",
"vietnam",
"messaging"
],
"author": "Nextflow Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nextflow/nextflow-zalo-sdk.git"
},
"bugs": {
"url": "https://github.com/nextflow/nextflow-zalo-sdk/issues"
},
"homepage": "https://github.com/nextflow/nextflow-zalo-sdk#readme",
"dependencies": {
"axios": "^1.6.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.6.1",
"form-data": "^4.0.0",
"sharp": "^0.34.3",
"tough-cookie": "^5.0.0",
"tslib": "^2.8.1",
"ws": "^8.18.0",
"zca-js": "^2.0.0-beta.25"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.0",
"@types/crypto-js": "^4.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.10.0",
"@types/ws": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"rimraf": "^5.0.0",
"rollup": "^4.6.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"ts-jest": "^29.4.1",
"tsx": "^4.20.4",
"typedoc": "^0.25.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}