UNPKG

anime-quiz

Version:

A simple module to generate anime quiz.

41 lines (40 loc) 973 B
{ "name": "anime-quiz", "version": "3.0.0", "description": "A simple module to generate anime quiz.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p ." }, "repository": { "type": "git", "url": "git+https://github.com/ShineiIchijo/AnimeQuiz.git" }, "keywords": [ "anime", "quiz", "anime-quiz", "quizzes", "manga" ], "author": "Shinei Ichijo", "license": "MIT", "bugs": { "url": "https://github.com/ShineiIchijo/AnimeQuiz/issues" }, "homepage": "https://github.com/ShineiIchijo/AnimeQuiz", "dependencies": { "fs-extra": "^10.1.0", "path": "^0.12.7" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/node": "^17.0.31", "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.21.0", "eslint": "^8.14.0", "ts-node": "^10.7.0", "typescript": "^4.6.4" } }