lulo-plugin-elastictranscoder-pipeline
Version:
lulo Elastic Transcoder Pipeline creates an Amazon Elastic Trancoder Pipeline.
50 lines (49 loc) • 1.53 kB
JSON
{
"name": "lulo-plugin-elastictranscoder-pipeline",
"version": "2.0.0",
"scripts": {
"clean": "rm -rf node_modules && rm -rf *.zip",
"lint": "node_modules/.bin/eslint --max-warnings 0 src tests",
"test": "npm run lint && npm run test:unit && npm run coverage",
"test:unit": "nyc --all --include 'src/**/*.js' mocha ./tests/unit --recursive --reporter min && npm run report",
"coverage": "nyc check-coverage --statement 100 --branches 100 --functions 100 --lines 100 ",
"report": "nyc report --reporter=html",
"prepublish": "npm test"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/carlnordenfelt/lulo-plugin-elastictranscoder-pipeline"
},
"keywords": [
"AWS",
"CloudFormation",
"Custom Resource",
"Plugin",
"Lulo",
"Elastic Transcoder",
"Pipeline"
],
"author": "Carl Nordenfelt",
"license": "MIT",
"issues": {
"url": "https://github.com/carlnordenfelt/lulo-plugin-elastictranscoder-pipeline/issues"
},
"homepage": "https://github.com/carlnordenfelt/lulo-plugin-elastictranscoder-pipeline",
"devDependencies": {
"@types/chai": "^4.2.11",
"chai": "4.3.4",
"eslint": "^7.6.0",
"eslint-config-defaults": "9.0.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.22.1",
"husky": "^6.0.0",
"mocha": "^8.1.1",
"mockery": "2.1.0",
"nyc": "^15.1.0",
"sinon": "^10.0.0",
"aws-sdk": "*",
"coveralls": "2.11.9",
"should": "9.0.2"
}
}