ai/package.json
2022-08-30 02:03:43 +00:00

84 lines
1.9 KiB
JSON

{
"_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.9.3",
"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.7.4",
"uuid": "8.3.2",
"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": "8.0.11",
"@types/node-fetch": "3.0.3",
"@types/websocket": "1.0.5",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"eslint": "8.22.0",
"eslint-config-google": "0.14.0",
"jest": "29.0.0",
"koa": "2.13.4",
"koa-json-body": "5.3.0",
"ts-jest": "28.0.8",
"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"
}
}
}