mirror of https://github.com/msgbyte/tailchat
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			33 lines
		
	
	
		
			967 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			33 lines
		
	
	
		
			967 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "tailchat",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "description": "",
 | 
						|
  "main": "index.js",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "concurrently -k npm:dev:web npm:dev:server",
 | 
						|
    "dev:web": "cd client/web && pnpm run dev",
 | 
						|
    "dev:server": "cd server && pnpm run dev",
 | 
						|
    "preinstall": "npx only-allow pnpm",
 | 
						|
    "lint:fix": "eslint --fix './**/*.{ts,tsx}'",
 | 
						|
    "prepare": "husky install"
 | 
						|
  },
 | 
						|
  "keywords": [],
 | 
						|
  "author": "moonrailgun <moonrailgun@gmail.com>",
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "devDependencies": {
 | 
						|
    "@commitlint/cli": "^17.0.3",
 | 
						|
    "@commitlint/config-conventional": "^17.0.3",
 | 
						|
    "@typescript-eslint/eslint-plugin": "^5.35.1",
 | 
						|
    "@typescript-eslint/parser": "^5.35.1",
 | 
						|
    "commitlint": "^17.0.3",
 | 
						|
    "concurrently": "^7.3.0",
 | 
						|
    "eslint": "^8.22.0",
 | 
						|
    "eslint-config-prettier": "^8.5.0",
 | 
						|
    "eslint-plugin-prettier": "^4.2.1",
 | 
						|
    "eslint-plugin-react": "^7.31.0",
 | 
						|
    "husky": "^8.0.1",
 | 
						|
    "lint-staged": "^13.0.3",
 | 
						|
    "prettier": "^2.7.1"
 | 
						|
  }
 | 
						|
}
 |