UNPKG

wowa

Version:

Manage World of Warcraft addons, upload WCL, etc.

74 lines (73 loc) 1.56 kB
{ "dependencies": { "@octokit/rest": "^16.43.1", "agentkeepalive": "^4.1.0", "async": "^3.0.1", "chalk": "^2.4.2", "commander": "^6.2.0", "easy-table": "^1.1.1", "got": "^9.6.0", "listr": "^0.14.3", "mkdirp": "^0.5.1", "moment": "^2.24.0", "ncp": "^2.0.0", "numeral": "^2.0.6", "package-info": "^3.0.2", "rimraf": "^2.6.3", "simple-git": "^1.126.0", "sprintf-js": "^1.1.2", "ua-string": "^3.0.0", "underscore": "^1.9.1", "which": "^2.0.1", "yauzl": "^2.10.0" }, "name": "wowa", "version": "1.3.17", "description": "Manage World of Warcraft addons, upload WCL, etc.", "main": "index.js", "devDependencies": { "ava": "^2.1.0", "coveralls": "^3.0.4", "cross-env": "^6.0.3", "file-type": "^12.0.0", "nyc": "^14.1.1", "release-it": "^14.10.0", "valid-url": "^1.0.9" }, "scripts": { "test": "cross-env TEST_WOWA=1 nyc ava", "release": "release-it" }, "author": "antiwinter", "license": "MIT", "keywords": [ "world of warcraft", "wow", "addon", "lua" ], "bin": { "wowa": "./index.js" }, "repository": { "type": "git", "url": "git+https://github.com/antiwinter/wowa.git" }, "release-it": { "git": { "tagName": "v${version}", "commitMessage": "release v${version}" }, "github": { "release": true } }, "engines": { "node": ">=10.16" }, "resolutions": { "minimist": "^1.2.5", "lodash": "^4.17.19", "deep-extend": "^0.5.1" } }