frau-publisher
Version:
A free-range-app utility for publishing to our CDN.
61 lines (60 loc) • 1.37 kB
JSON
{
"name": "frau-publisher",
"version": "2.11.5",
"description": "A free-range-app utility for publishing to our CDN.",
"main": "src/publisher.js",
"bin": {
"frau-publisher": "bin/publishercli"
},
"files": [
"bin",
"src",
"LICENSE",
"README.md"
],
"scripts": {
"pretest": "npm run lint",
"test": "mocha --require ./test/support/node.js",
"test-secure": "mocha test/secure/*.js --require ./test/support/node.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/Brightspace/frau-publisher.git"
},
"keywords": [
"d2l",
"frau",
"free-range"
],
"author": "D2L Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Brightspace/frau-publisher/issues"
},
"homepage": "https://github.com/Brightspace/frau-publisher",
"devDependencies": {
"chai": "^6",
"eslint": "^9",
"eslint-config-brightspace": "^2",
"globals": "^17",
"gulp": "^5",
"mocha": "^11",
"proxyquire": "^2",
"sinon": "^21",
"sinon-chai": "^4",
"through2": "^4"
},
"dependencies": {
"@aws-sdk/client-s3": "^3",
"chalk": "^4",
"mime-types": "^3",
"promised-method": "^1",
"pump": "^3",
"semver": "^7",
"through2-concurrent": "^2",
"vinyl": "^3",
"vinyl-fs": "^4",
"yargs": "^18"
}
}