{
	"_v": "1.5.0",
	"main": "./built/index.js",
	"scripts": {
		"start": "node ./built",
		"build": "tsc",
		"test": "jest",
		"lint": "yarn eslint --ext .js,.ts .",
		"lint:fix": "yarn eslint --ext .js,.ts . --fix"
	},
	"dependencies": {
		"@types/chalk": "2.2.0",
		"@types/lokijs": "1.5.7",
		"@types/node": "18.0.0",
		"@types/promise-retry": "1.1.3",
		"@types/random-seed": "0.3.3",
		"@types/request-promise-native": "1.0.18",
		"@types/seedrandom": "3.0.2",
		"@types/twemoji-parser": "13.1.1",
		"@types/uuid": "8.3.4",
		"@types/ws": "8.5.3",
		"autobind-decorator": "2.4.0",
		"canvas": "2.10.1",
		"chalk": "4.1.2",
		"jsdom": "20.0.0",
		"lokijs": "1.5.12",
		"memory-streams": "0.1.3",
		"misskey-reversi": "0.0.5",
		"module-alias": "2.2.2",
		"node-fetch": "2.6.7",
		"promise-retry": "2.0.1",
		"random-seed": "0.3.0",
		"reconnecting-websocket": "4.4.0",
		"request": "2.88.2",
		"request-promise-native": "1.0.9",
		"seedrandom": "3.0.5",
		"timeout-as-promise": "1.0.0",
		"ts-node": "10.9.1",
		"twemoji-parser": "14.0.0",
		"typescript": "4.8.3",
		"uuid": "9.0.0",
		"ws": "8.8.1"
	},
	"devDependencies": {
		"@koa/router": "12.0.0",
		"@types/jest": "29.0.0",
		"@types/jsdom": "20.0.0",
		"@types/koa": "2.13.5",
		"@types/koa__router": "12.0.0",
		"@types/node-fetch": "3.0.3",
		"@types/websocket": "1.0.5",
		"@typescript-eslint/eslint-plugin": "5.36.2",
		"@typescript-eslint/parser": "5.36.2",
		"eslint": "8.23.0",
		"eslint-config-google": "0.14.0",
		"jest": "29.0.2",
		"koa": "2.13.4",
		"koa-json-body": "5.3.0",
		"ts-jest": "29.0.0",
		"websocket": "1.0.34"
	},
	"_moduleAliases": {
		"@": "built"
	},
	"jest": {
		"testRegex": "/test/.*",
		"moduleFileExtensions": [
			"ts",
			"js"
		],
		"transform": {
			"^.+\\.ts$": "ts-jest"
		},
		"globals": {
			"ts-jest": {
				"tsConfig": "test/tsconfig.json"
			}
		},
		"moduleNameMapper": {
			"^@/(.+)": "<rootDir>/src/$1",
			"^#/(.+)": "<rootDir>/test/$1"
		}
	}
}