Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
{
"name": "xoutput",
"version": "4.0.0",
"description": "XOutput",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/csutorasa/XOutput.git"
},
"homepage": "https://github.com/csutorasa/XOutput#readme",
"url": "https://github.com/csutorasa/XOutput/issues",
"author": "Ármin Csutorás",
"license": "MIT",
"workspaces": [
"@xoutput/api",
"@xoutput/client",
"@xoutput/webapp"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"concurrently": "^7.1.0",
"eslint": "^8.13.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.29.4",
"husky": "^7.0.4",
"prettier": "^2.6.2"
},
"scripts": {
"prepare": "husky install",
"watch": "concurrently \"npm run watch -w @xoutput/api\" \"npm run watch -w @xoutput/client\" \"npm run watch -w @xoutput/webapp\""
}
}