UNPKG

@anam-ai/js-sdk

Version:

Client side JavaScript SDK for Anam AI

70 lines (69 loc) 1.92 kB
{ "name": "@anam-ai/js-sdk", "version": "2.1.1", "description": "Client side JavaScript SDK for Anam AI", "author": "Anam AI", "main": "dist/main/index.js", "module": "dist/module/index.js", "types": "dist/module/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/anam-org/javascript-sdk.git" }, "files": [ "dist" ], "keywords": [ "javascript", "typescript", "anam", "avatar", "persona", "sdk" ], "contributors": [ "Anam AI" ], "license": "MIT", "bugs": { "url": "https://github.com/anam-org/javascript-sdk/issues" }, "homepage": "https://github.com/anam-org/javascript-sdk#readme", "scripts": { "clean": "rimraf dist", "build": "run-s clean format build:*", "build:main": "tsc -p tsconfig.json", "build:module": "tsc -p tsconfig.module.json", "build:umd": "webpack --mode=production --config=webpack.config.js", "format": "prettier --write \"{src,test}/**/*.ts\"", "lint": "eslint \"{src,test}/**/*.ts\" --fix", "test": "echo \"Error: no test specified\" && exit 1", "watch": "nodemon -e ts --watch src --exec \"npm run build\"", "prepare": "husky" }, "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@eslint/js": "^9.2.0", "@typescript-eslint/eslint-plugin": "^7.9.0", "@typescript-eslint/parser": "^7.9.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "globals": "^15.2.0", "husky": "^9.0.11", "nodemon": "^3.1.0", "npm-run-all": "^4.1.5", "prettier": "^3.2.5", "pretty-quick": "^4.0.0", "rimraf": "^5.0.7", "ts-loader": "^9.5.1", "typescript": "^5.4.5", "typescript-eslint": "^7.9.0", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" }, "dependencies": { "buffer": "^6.0.3" } }