@jozsefsallai/userv
Version:
uCoz server status checker.
67 lines (66 loc) • 1.58 kB
JSON
{
"name": "@jozsefsallai/userv",
"description": "uCoz server status checker.",
"version": "1.2.1",
"author": "József Sallai @jozsefsallai",
"bin": {
"userv": "./bin/run"
},
"bugs": "https://github.com/ucoztaska/userv/issues",
"dependencies": {
"@oclif/core": "^1.1.1",
"@oclif/plugin-help": "^5.1.10",
"axios": "^0.24.0",
"node-iro": "^1.0.2",
"tslib": "^1"
},
"devDependencies": {
"@types/node": "^10",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"globby": "^10",
"oclif": "^2.1.0",
"prettier": "^2.5.1",
"rimraf": "^2.6.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/typings",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/ucoztaska/userv",
"keywords": [
"oclif",
"ucoz",
"website builder",
"server status"
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "userv",
"plugins": [
"@oclif/plugin-help"
]
},
"repository": "ucoztaska/userv",
"scripts": {
"build": "rimraf lib && tsc -b",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"postpack": "rimraf oclif.manifest.json",
"prepack": "npm run build && oclif manifest && oclif readme"
},
"types": "typings/index.d.ts"
}