38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "phoenix",
|
|
"version": "1.7.21",
|
|
"description": "The official JavaScript client for the Phoenix web framework.",
|
|
"license": "MIT",
|
|
"main": "./assets/js/phoenix/index.js",
|
|
"module": "./assets/js/phoenix/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/phoenixframework/phoenix.git"
|
|
},
|
|
"exports": {
|
|
".": "./js/phoenix/index.js",
|
|
"./": "./js/phoenix/"
|
|
},
|
|
"author": "Chris McCord <chris@chrismccord.com> (https://www.phoenixframework.org)",
|
|
"devDependencies": {
|
|
"@babel/cli": "7.24.5",
|
|
"@babel/core": "7.24.5",
|
|
"@babel/preset-env": "7.24.5",
|
|
"documentation": "^14.0.3",
|
|
"eslint": "8.56.0",
|
|
"eslint-plugin-jest": "^28.5.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-environment-jsdom-global": "^4.0.0",
|
|
"jsdom": "^24.0.0",
|
|
"mock-socket": "^9.3.1"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test.coverage": "jest --coverage",
|
|
"test.watch": "jest --watch",
|
|
"docs": "documentation build js/phoenix/index.js -f html -o ../doc/js"
|
|
}
|
|
}
|