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.
		
		
		
		
		
			
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "tailchat",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "main": "index.js",
 | 
						|
  "workspaces": [
 | 
						|
    "web",
 | 
						|
    "shared"
 | 
						|
  ],
 | 
						|
  "repository": "https://github.com/msgbyte/tailchat.git",
 | 
						|
  "author": "moonrailgun <moonrailgun@gmail.com>",
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "translation": "node build/script/scanTranslation.js",
 | 
						|
    "test": "cd web && pnpm test"
 | 
						|
  },
 | 
						|
  "pnpm": {
 | 
						|
    "peerDependencyRules": {
 | 
						|
      "ignoreMissing": [
 | 
						|
        "acorn",
 | 
						|
        "acorn-dynamic-import"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@commitlint/cli": "^12.1.4",
 | 
						|
    "@commitlint/config-conventional": "^12.1.4",
 | 
						|
    "@types/fs-extra": "^9.0.13",
 | 
						|
    "@types/jest": "^27.0.3",
 | 
						|
    "@types/node": "^15.12.5",
 | 
						|
    "commitlint": "^12.1.4",
 | 
						|
    "dayjs": "^1.10.6",
 | 
						|
    "esbuild": "^0.12.25",
 | 
						|
    "fs-extra": "^10.0.0",
 | 
						|
    "gulp-sort": "^2.0.0",
 | 
						|
    "i18next-scanner": "^3.0.0",
 | 
						|
    "identity-obj-proxy": "^3.0.0",
 | 
						|
    "lint-staged": "^11.0.0",
 | 
						|
    "prettier": "^2.3.2",
 | 
						|
    "typescript": "^4.5.2",
 | 
						|
    "vinyl-fs": "^3.0.3"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "crc": "^3.8.0",
 | 
						|
    "lodash": "^4.17.21"
 | 
						|
  }
 | 
						|
}
 |