Wordle/Japanese_Wordle/packages/scripts/package.json
2022-03-27 15:16:41 -04:00

37 lines
848 B
JSON

{
"name": "@kirenei-kotoba/scripts",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"ts": "ts-node -r tsconfig-paths/register"
},
"dependencies": {
"@databases/pg": "^5.4.1",
"axios": "^0.25.0",
"better-sqlite3": "^7.5.0",
"cheerio": "^1.0.0-rc.10",
"wanakana": "^4.0.2",
"xml-flow": "^1.0.4"
},
"devDependencies": {
"@types/better-sqlite3": "^7.4.2",
"@types/cheerio": "^0.22.30",
"@types/node": "^17.0.15",
"@types/wanakana": "^4.0.3",
"@types/xml-flow": "^1.0.1",
"import-sort-parser-typescript": "^6.0.0",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.4.4",
"xregexp": "^5.1.0"
},
"importSort": {
".js, .ts": {
"parser": "typescript",
"style": "module"
}
}
}