UNPKG

phoenix

Version:

The official JavaScript client for the Phoenix web framework.

47 lines (46 loc) 1.33 kB
{ "name": "phoenix", "version": "1.8.3", "description": "The official JavaScript client for the Phoenix web framework.", "license": "MIT", "module": "./priv/static/phoenix.mjs", "main": "./priv/static/phoenix.cjs.js", "unpkg": "./priv/static/phoenix.min.js", "jsdelivr": "./priv/static/phoenix.min.js", "exports": { "import": "./priv/static/phoenix.mjs", "require": "./priv/static/phoenix.cjs.js" }, "repository": { "type": "git", "url": "git://github.com/phoenixframework/phoenix.git" }, "author": "Chris McCord <chris@chrismccord.com> (https://www.phoenixframework.org)", "files": [ "README.md", "LICENSE.md", "package.json", "priv/static/*", "assets/js/phoenix/*" ], "devDependencies": { "@babel/cli": "7.28.3", "@babel/core": "7.28.5", "@babel/preset-env": "7.28.5", "@eslint/js": "^9.28.0", "@stylistic/eslint-plugin": "^5.0.0", "documentation": "^14.0.3", "eslint": "9.39.1", "eslint-plugin-jest": "29.2.1", "jest": "^30.0.0", "jest-environment-jsdom": "^30.0.0", "jsdom": "^27.0.0", "mock-socket": "^9.3.1" }, "scripts": { "test": "jest", "test.coverage": "jest --coverage", "test.watch": "jest --watch", "docs": "documentation build assets/js/phoenix/index.js -f html -o doc/js" } }