{ "name": "@supabase/phoenix", "version": "0.4.0", "description": "The official JavaScript client for the Phoenix web framework.", "license": "MIT", "module": "./priv/static/phoenix.mjs", "main": "./priv/static/phoenix.cjs.js", "types": "./priv/static/types/index.d.ts", "unpkg": "./priv/static/phoenix.min.js", "jsdelivr": "./priv/static/phoenix.min.js", "exports": { "import": { "types": "./priv/static/types/index.d.ts", "default": "./priv/static/phoenix.mjs" }, "require": { "types": "./priv/static/types/index.d.ts", "default": "./priv/static/phoenix.cjs.js" } }, "repository": { "type": "git", "url": "git://github.com/supabase/phoenix.git" }, "author": "Chris McCord (https://www.phoenixframework.org)", "files": [ "README.md", "LICENSE.md", "package.json", "tsconfig.json", "priv/static/*", "assets/js/phoenix/*" ], "devDependencies": { "@babel/cli": "7.28.6", "@babel/core": "7.29.0", "@babel/preset-env": "7.29.0", "@eslint/js": "^10.0.1", "@stylistic/eslint-plugin": "^5.0.0", "documentation": "^14.0.3", "eslint": "10.0.2", "eslint-plugin-jest": "29.15.0", "jest": "^30.0.0", "jest-environment-jsdom": "^30.0.0", "jsdom": "^28.1.0", "mock-socket": "^9.3.1", "typescript": "^5.9.3" }, "scripts": { "test": "jest", "test.coverage": "jest --coverage", "test.watch": "jest --watch", "build.types": "tsc", "docs": "documentation build assets/js/phoenix/index.js -f html -o doc/js", "lint": "eslint assets", "lint:fix": "eslint --fix assets" } }