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.
 
 
 
 

30 lines
653 B

{
"name": "@polv/wk-extra",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"ts": "ts-node -r tsconfig-paths/register"
},
"dependencies": {
"axios": "^0.26.1",
"axios-rate-limit": "^1.3.0",
"js-yaml": "^4.1.0",
"wanakana": "^4.0.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.23",
"@types/wanakana": "^4.0.3",
"import-sort-parser-typescript": "^6.0.0",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.3"
},
"importSort": {
".js, .ts": {
"parser": "typescript",
"style": "module"
}
}
}