WaniKani API with TypeScript types
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.
 
 

34 lines
866 B

{
"name": "@jaquiz/wk-api",
"version": "0.1.0",
"main": "lib/index.js",
"private": true,
"repository": "git@git.polv.cc:jaquiz/wk-api.git",
"author": "Pacharapol Withayasakpunt <polv@polv.cc>",
"license": "MIT",
"scripts": {
"ts": "ts-node -r tsconfig-paths/register -O '{\"noImplicitAny\":false}'",
"build": "tsc -p src/tsconfig.json",
"prepare": "husky install"
},
"dependencies": {
"axios": "^0.22.0",
"axios-rate-limit": "^1.3.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.4.0",
"@types/node": "^16.9.6",
"better-sqlite3": "^7.4.3",
"husky": "^7.0.2",
"import-sort-parser-typescript": "^6.0.0",
"ts-node": "^10.2.1",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.4.3"
},
"importSort": {
".js, .ts": {
"parser": "typescript",
"style": "module"
}
}
}