UNPKG

chch

Version:

5ch 用スクリプト集だよ

60 lines (59 loc) 1.38 kB
{ "name": "chch", "version": "2.8.0", "author": "vipzero", "repository": "vipzero/chch", "dependencies": { "2ch-trip": "^1.0.1", "axios": "^0.21.0", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.3", "encoding-japanese": "^1.0.30", "holiday-jp": "^1.0.0", "lodash": "^4.17.20", "meow": "^8.0.0" }, "devDependencies": { "@types/cheerio": "0.22.23", "@types/jest": "26.0.20", "@types/lodash": "4.14.167", "@types/node": "14.14.21", "axios-mock-adapter": "1.19.0", "eslint": "7.18.0", "eslint-config-nzap": "4.3.1", "husky": "4.3.8", "jest": "26.6.3", "lint-staged": "10.5.3", "prettier": "2.2.1", "ts-jest": "26.4.4", "ts-node": "9.1.1", "typescript": "4.1.3" }, "lint-staged": { "scripts/**/*.ts": [ "eslint --fix", "git add" ] }, "keywords": [ "5ch", "2ch", "cli" ], "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "bin": "dist/cli.js", "scripts": { "cli": "ts-node src/cli.ts", "hosyu": "ts-node src/hosyu.ts", "build": "tsc --build tsconfig.build.json", "deploy": "yarn build && yarn publish", "lint": "eslint --ext .ts src", "test:mock": "curl http://hebi.5ch.net/test/read.cgi/news4vip/1572163600 > src/__test__/mock/thread.html", "test": "jest" } }