UNPKG

extension-cli

Version:

CLI tool for building browser extensions

113 lines (112 loc) 3.42 kB
{ "name": "extension-cli", "version": "1.2.4", "description": "CLI tool for building browser extensions", "homepage": "https://oss.mobilefirst.me/extension-cli", "repository": { "type": "git", "url": "https://github.com/mobilefirstllc/extension-cli.git" }, "bugs": { "url": "https://github.com/mobilefirstllc/extension-cli.git" }, "author": { "name": "Mobile First", "email": "hello@mobilefirst.me", "url": "https://mobilefirst.me" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/MobileFirstLLC" } ], "engines": { "node": ">=12.0.0" }, "bin": { "extension-cli": "cli/xt-create.js", "xt-build": "cli/xt-build.js", "xt-docs": "cli/xt-docs.js", "xt-test": "cli/xt-test.js", "xt-clean": "cli/xt-clean.js", "xt-sync": "cli/xt-sync.js" }, "keywords": [ "chrome extensions", "web extensions", "browser extensions", "command line", "developer tools", "utility", "web", "extensions", "firefox", "mozilla", "add-ons", "google", "chrome", "opera", "edge", "brave" ], "scripts": { "test": "nyc mocha ./test/*.test.js --colors", "test:report": "npm run test -- nyc report", "test:travis": "npm run test && nyc report --reporter=text-lcov | coveralls", "alpha:test": "npx standard-version --dry-run --prerelease alpha", "patch:test": "npx standard-version --dry-run --release-as patch", "minor:test": "npx standard-version --dry-run --release-as minor", "minor:beta:test": "npx standard-version --dry-run --release-as minor --prerelease beta", "minor:alpha:test": "npx standard-version --dry-run --release-as minor --prerelease alpha", "major:alpha:test": "npx standard-version --dry-run --release-as major --prerelease alpha", "major:test": "npx standard-version --dry-run --release-as major", "alpha": "npx standard-version --prerelease alpha", "patch": "npx standard-version --release-as patch", "minor": "npx standard-version --release-as minor", "patch:beta": "npx standard-version --release-as patch --prerelease beta", "minor:beta": "npx standard-version --release-as minor --prerelease beta", "minor:alpha": "npx standard-version --release-as minor --prerelease alpha", "major:alpha": "npx standard-version --release-as major --prerelease alpha", "major": "npx standard-version --release-as major" }, "license": "MIT", "standard-version": { "infile": ".github/changelog.md" }, "dependencies": { "@babel/preset-env": "7.15.8", "@babel/register": "7.15.3", "chai": "4.3.4", "chalk": "4.1.2", "cli-spinner": "0.2.10", "commander": "8.2.0", "del": "6.0.0", "eslint": "8.0.0", "gulp": "4.0.2", "gulp-change": "1.0.2", "gulp-clean-css": "4.3.0", "gulp-concat": "2.6.1", "gulp-htmlmin": "5.0.1", "gulp-jsonminify": "1.1.0", "gulp-load-plugins": "2.0.7", "gulp-merge-json": "2.1.1", "gulp-rename": "2.0.0", "gulp-sass": "5.0.0", "gulp-zip": "5.1.0", "jsdoc": "3.6.7", "jsdom": "18.0.0", "jsdom-global": "3.0.2", "mocha": "9.1.2", "nyc": "15.1.0", "prompts": "2.4.2", "sass": "1.43.2", "sinon": "11.1.2", "sinon-chrome": "3.0.1", "webpack-stream": "7.0.0", "yargs": "17.2.1" }, "devDependencies": { "coveralls": "3.1.1" } }