@nire0510/wmcli
Version:
Useful tools for webmasters
42 lines (41 loc) • 938 B
JSON
{
"name": "@nire0510/wmcli",
"version": "1.1.3",
"description": "Useful tools for webmasters",
"main": "./index.js",
"preferGlobal": true,
"bin": {
"wm": "bin/wm"
},
"scripts": {
"lint": "npx eslint src/**",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -build tsconfig.json; cp -R templates ./dist",
"prepublish": "npm run lint && npm run build; npm version patch"
},
"keywords": [
"development",
"network",
"performance",
"productivity",
"seo",
"terminal",
"utilities",
"web",
"webmaster"
],
"author": "Nir Elbaz",
"license": "ISC",
"dependencies": {
"commander": "^9.4.0",
"open": "^8.4.0",
"ora": "^5.4.1",
"puppeteer": "^15.4.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"typescript": "^4.4.4"
}
}