packer-cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "packer-cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Full-fledged CLI tool to generate library node module modules compliant with Browser and NodeJS with vanilla JS and Typescript source support.", | ||
@@ -15,6 +15,66 @@ "bin": { | ||
], | ||
"scripts": { | ||
"build:cli": "rollup src/packer-cli.mjs -o dist/lib/packer-cli.js -f cjs", | ||
"build:karma-plugin": "rollup src/karma-packer-plugin.mjs -o dist/lib/karma-packer-plugin.js -f cjs", | ||
"build:copy:static": "cp -R LICENSE README.md bin resources dist/", | ||
"build:copy:package": "node package-build.js", | ||
"build:clean": "rm -rf dist", | ||
"build": "npm run build:clean && npm run build:cli && npm run build:karma-plugin && npm run build:copy:package && npm run build:copy:static", | ||
"version": "npm run build", | ||
"prerelease": "npm run build", | ||
"release": "npm publish dist" | ||
}, | ||
"author": "Yohan Gomez <yohan.gz@gmail.com>", | ||
"repository": "https://github.com/yohangz/packer-cli.git", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/register": "^7.0.0", | ||
"@babel/runtime": "^7.0.0", | ||
"@types/jasmine": "^2.8.8", | ||
"autoprefixer": "^8.6.3", | ||
"chalk": "^2.4.1", | ||
"gulp": "^4.0.0", | ||
"gulp-clean": "^0.4.0", | ||
"gulp-file": "^0.4.0", | ||
"inquirer": "^6.2.0", | ||
"jasmine-core": "^3.1.0", | ||
"karma": "^2.0.4", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage": "^1.1.2", | ||
"karma-jasmine": "^1.1.2", | ||
"karma-jasmine-html-reporter": "^1.1.0", | ||
"karma-rollup-preprocessor": "^6.0.0", | ||
"lodash": "^4.17.10", | ||
"postcss": "^6.0.22", | ||
"postcss-base64": "^0.7.1", | ||
"postcss-image-inliner": "^2.0.0", | ||
"puppeteer": "^1.5.0", | ||
"rollup": "^0.62.0", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-filesize": "^2.0.0", | ||
"rollup-plugin-hbs": "^1.0.3", | ||
"rollup-plugin-ignore": "^1.0.3", | ||
"rollup-plugin-ignore-import": "^1.0.2", | ||
"rollup-plugin-img": "^1.1.0", | ||
"rollup-plugin-istanbul": "^2.0.1", | ||
"rollup-plugin-livereload": "^0.6.0", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-progress": "^0.4.0", | ||
"rollup-plugin-re": "^1.0.7", | ||
"rollup-plugin-sass": "^0.8.0", | ||
"rollup-plugin-sass-lint": "^1.0.0", | ||
"rollup-plugin-serve": "^0.4.2", | ||
"rollup-plugin-tslint": "^0.1.34", | ||
"rollup-plugin-typescript2": "^0.15.1", | ||
"rollup-plugin-uglify": "^4.0.0", | ||
"sass-lint": "^1.12.1", | ||
"typescript": "^2.9.2", | ||
"validate-npm-package-name": "^3.0.0" | ||
}, | ||
"private": false | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
310378
39
738
47
8
1