UNPKG

@cliz/nobot

Version:
90 lines (89 loc) 1.83 kB
{ "name": "@cliz/nobot", "version": "1.0.5", "description": "Nobot CLI", "keywords": [ "cliz", "nobot", "robot", "dingtalk", "feishu", "slack" ], "author": "zero <tobewhatwewant@gmail.com>", "homepage": "https://github.com/cliz/nobot#readme", "license": "MIT", "main": "lib/cli.js", "typings": "lib/cli.d.ts", "bin": { "cliz-nobot": "lib/cli.js", "nobot": "lib/cli.js" }, "directories": { "lib": "lib" }, "files": [ "lib" ], "jest": { "roots": [ "__tests__" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$", "moduleDirectories": [ "node_modules", "src" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "coverageDirectory": "./coverage/", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.{ts,tsx}" ], "coverageThreshold": { "global": { "branches": 0, "functions": 0, "lines": 0, "statements": 0 } }, "preset": "ts-jest" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/koexjs/koex.git" }, "scripts": { "dev": "tsc-watch -p tsconfig.json --onSuccess \"node lib/cli.js\"", "watch": "tsc -w", "build": "npm run clean && tsc -p tsconfig.build.json", "clean": "rm -rf lib", "test": "jest -w 1", "coverage": "codecov", "cli": "node lib/cli.js" }, "bugs": { "url": "https://github.com/koexjs/koex/issues" }, "dependencies": { "@cliz/cli": "^1.0.27", "@znode/nobot": "^0.0.3", "@zodash/doreamon": "^0.4.66" }, "cliz": { "name": "nobot" }, "gitHead": "6a2255a6a3472a29eaa76115c4e658be283b679b" }