vvc
Version:
Vivocha Command Line Tools
109 lines (108 loc) • 3.25 kB
JSON
{
"name": "vvc",
"version": "8.3.23",
"description": "Vivocha Command Line Tools",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"vvc": "./dist/vvc.js",
"vvc-info": "./dist/vvc-info.js",
"vvc-login": "./dist/vvc-login.js",
"vvc-logout": "./dist/vvc-logout.js",
"vvc-widget": "./dist/vvc-widget.js",
"vvc-strings": "./dist/vvc-strings.js"
},
"scripts": {
"prepare": "npm run build",
"clean": "npx rimraf dist coverage .nyc_output node_modules app/sass.worker.js app/vivocha_widget_tester.js",
"prebuild": "npx rimraf dist",
"build": "tsc && tsc -p app && cp node_modules/sass.js/dist/sass.worker.js app/ && webpack --config app/webpack.config.js --context app",
"_precommit": "npm run build && npm run cover && npm run check-coverage",
"precommit": "npm run build",
"commit": "git-cz",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"watch:test": "npm t -- -w",
"test": "mocha test/*.test.js",
"cover": "nyc --reporter=lcov --reporter=text npm t",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/vivocha/vvc.git"
},
"keywords": [
"vivocha",
"chat",
"widget",
"engagement",
"development"
],
"files": [
"dist/**/*.js",
"dist/**/*.ts",
"app/bg.png",
"app/index.html",
"app/vivocha_widget_tester.js",
"app/sass.worker.js",
"README.md",
"LICENSE"
],
"author": "Federico Pinna <fpinna@vivocha.com> (http://www.vivocha.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vivocha/vvc/issues"
},
"homepage": "https://github.com/vivocha/vvc#readme",
"dependencies": {
"@vivocha/public-entities": "8.4.7",
"@vivocha/scopes": "^1.0.0",
"body-parser": "^1.19.0",
"columnify": "^1.5.4",
"commander": "^4.0.1",
"eredita": "^1.1.4",
"express": "^4.17.1",
"inquirer": "^7.0.0",
"jsonpolice": "^8.1.0",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"openurl": "^1.1.1",
"pofile": "^1.1.0",
"reload": "^3.0.3",
"request": "^2.88.0",
"semver": "^6.3.0"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/debug": "4.1.5",
"@types/express": "4.17.14",
"@types/express-serve-static-core": "4.17.30",
"@types/inquirer": "6.5.0",
"@types/lodash": "4.14.182",
"@types/mime": "2.0.3",
"@types/mkdirp": "^0.5.2",
"@types/node": "12.12.8",
"@types/request": "^2.48.3",
"@types/semver": "^6.2.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"commitizen": "^4.0.3",
"coveralls": "3.0.7",
"cz-conventional-changelog": "3.0.2",
"husky": "3.1.0",
"mocha": "6.2.2",
"nyc": "14.1.1",
"sass.js": "^0.11.1",
"semantic-release": "^15.13.31",
"typescript": "3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"gitHead": "c90de87693c9d5cec85215f1a8b2e57094673e51"
}