UNPKG

genbaneko

Version:
67 lines (66 loc) 1.62 kB
{ "name": "genbaneko", "version": "2.1.3", "description": "On-site cat on the console!", "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "scripts": { "lint": "run-s lint:*", "lint:eslint": "eslint . --ext .ts,.tsx --fix", "lint:prettier": "prettier --write .", "prebuild": "rimraf dist", "build": "run-p build:*", "build:common": "tsc", "build:esm": "tsc -p tsconfig.esm.json", "test": "jest", "ts-esm": "node --loader ts-node/esm" }, "license": "MIT License", "devDependencies": { "@jest/types": "^28.1.3", "@types/jest": "^28.1.6", "@types/node": "^18.6.4", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.32.0", "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "jest": "^28.1.3", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", "rimraf": "^3.0.2", "simple-git-hooks": "^2.8.0", "ts-jest": "^28.0.7", "ts-node": "^10.9.1", "typescript": "^4.7.4" }, "files": [ "dist" ], "bin": { "genbaneko": "bin/index.js" }, "engines": { "node": ">=14" }, "keywords": [ "genbaneko", "cat", "console", "yoshi", "good", "joke" ], "homepage": "https://www.npmjs.com/package/genbaneko", "bugs": "https://github.com/moons-14/genbaneko/issues", "repository": "github:moons-14/genbaneko", "author": { "name": "moons14", "email": "moons@moons14.com", "url": "https://github.com/moons-14" }, "dependencies": { "commander": "^9.4.0", "cowsayjs": "^1.0.7" } }