Extra contents beyond WaniKani
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 lines
917 B

{
"name": "wk-extra",
"version": "1.0.0",
"main": "index.js",
"private": true,
"repository": "git@git.polv.cc:polv/wk-extra.git",
"author": "Pacharapol Withayasakpunt <polv@polv.cc>",
"license": "MIT",
"scripts": {
"ts": "ts-node -r tsconfig-paths/register"
},
"dependencies": {
"axios": "^0.26.1",
"axios-rate-limit": "^1.3.0",
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
"nanoid": "^3.3.2",
"wanakana": "^4.0.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.23",
"@types/wanakana": "^4.0.3",
"husky": "^7.0.4",
"import-sort-parser-typescript": "^6.0.0",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3",
"vuepress": "^2.0.0-beta.37"
},
"importSort": {
".js, .ts": {
"parser": "typescript",
"style": "module"
}
}
}