UNPKG

@willowtreeapps/ukor

Version:

Roku build tool with flavors and deployment

71 lines (70 loc) 1.52 kB
{ "name": "@willowtreeapps/ukor", "version": "1.1.3", "description": "Roku build tool with flavors and deployment", "keywords": [ "roku", "brightscript", "build", "deployment", "flavor", "tool", "test", "init", "compiler" ], "engines": { "node": ">=7.6.0", "npm": ">=5.3.0" }, "main": "ukor.js", "scripts": { "docs": "./build/run-docs.sh" }, "repository": { "type": "git", "url": "https://github.com/willowtreeapps/ukor" }, "author": "WillowTree Inc.", "publisher": "willowtreeapps", "license": "Apache-2.0", "bin": { "ukor": "bin/ukor.js" }, "eslintConfig": { "parserOptions": { "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { "jsx": true } } }, "dependencies": { "@willowtreeapps/wist": "^2.0.1", "ajv": "^6.5.4", "ajv-keywords": "^3.2.0", "xml2js": "^0.4.19", "archiver": "^3.0.0", "commander": "^2.18.0", "fs-extra": "^7.0.0", "ip": "^1.1.5", "js-yaml": "^3.12.0", "mkdirp": "^0.5.1", "node-ssdp": "^4.0.0", "object-merge": "^2.5.1", "prettyjson": "^1.2.1", "request": "^2.88.0", "rimraf": "^2.6.2", "winston": "^3.1.0", "xml-writer": "^1.7.0" }, "devDependencies": { "eslint": "^4.19.1", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^5.0.0", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0" } }