UNPKG

salesforce-lightning-cli

Version:

Lightning CLI Heroku Plugin

68 lines (67 loc) 2.07 kB
{ "name": "salesforce-lightning-cli", "version": "3.0.0", "description": "Lightning CLI Heroku Plugin", "main": "./index.js", "scripts": { "build": "npm run lint; webpack", "test:mocha": "mocha tests/commands/**/*.js", "test:manual": "./bin/run lightning:lint tests/fixtures/ --files **/pass*.js", "test:rules": "node tests/runner.js", "test": "npm run lint && npm run test:manual && npm run test:rules && npm run test:mocha", "lint": "eslint lib/**/*.js rules/**/*.js commands/**/*.js tests/rules/**/*.js", "postpack": "rm -f oclif.manifest.json", "prepack": "oclif-dev manifest", "format": "prettier --write '{docs,lib,rules,tests,commands}/**/*.{js,ts,json,md}'" }, "husky": { "hooks": { "pre-commit": "npm run test" } }, "author": "Caridy Patiño <cpatino@salesforce.com>", "oclif": { "commands": "./commands" }, "files": [ "index.js", "oclif.manifest.json", "commands/", "lib/", "rules/" ], "devDependencies": { "@oclif/config": "^1.13.2", "@oclif/dev-cli": "^1.22.0", "@oclif/test": "^1.2.5", "chalk": "^2.4.2", "globby": "^10.0.1", "husky": "^3.1.0", "jest": "^24.9.0", "json-loader": "^0.5.7", "jvm-npm": "github:caridy/jvm-npm", "mocha": "^6.2.2", "sinon": "^7.5.0", "webpack": "^4.35.3", "webpack-cli": "^3.3.5" }, "dependencies": { "@oclif/command": "^1.5.16", "@salesforce/command": "^2.0.0", "@salesforce/core": "^2.1.4", "eslint": "^6.0.1", "eslint-friendly-formatter": "^4.0.1", "glob": "^7.1.4", "globals": "^11.12.0", "heroku-cli-util": "~8.0.11", "object-assign": "^4.1.1", "prettier": "^1.18.2" }, "keywords": [ "salesforce", "heroku-plugin", "lightning", "aura" ], "license": "SEE LICENSE IN README.md" }