UNPKG

sc-voice

Version:
116 lines (115 loc) 2.93 kB
{ "name": "sc-voice", "version": "2.8.19", "description": "SuttaCentral Voice", "main": "index.js", "private": false, "directories": { "test": "test" }, "dependencies": { "@mdi/font": "^5.8.55", "acorn": "^7.1.1", "ajv": "^6.12.0", "aws-sdk": "^2.294.0", "axios": "^0.21.1", "axis": "^1.0.0", "babel-eslint": "^10.1.0", "compression": "^1.7.3", "credential": "^2.0.0", "eslint": "^6.8.0", "eslint-plugin-vue": "^6.2.2", "express": "^4.16.3", "express-jwt": "^6.0.0", "js-ebt": "^1.0.1", "just-simple": "^0.1.2", "log-instance": "^0.2.5", "memo-again": "^0.4.0", "merkle-json": "^1.1.4", "oya-ann": "^0.1.3", "promise-queue": "^2.2.5", "rest-bundle": "^0.40.21", "say-again": "^0.2.12", "scv-bilara": "^1.9.5", "serve-favicon": "^2.5.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "suttacentral-api": "^1.0.11", "temp": "^0.9.0", "tmp": "0.0.33", "vue": "^2.6.10", "vue-axios": "^2.1.4", "vue-cookie": "^1.1.4", "vuetify": "^2.0.5", "watson-developer-cloud": "^3.8.0", "winston": "^3.0.0" }, "devDependencies": { "@babel/polyfill": "^7.0.0-beta.49", "@vue/cli-plugin-babel": "^3.4.1", "@vue/cli-plugin-eslint": "^4.2.3", "@vue/cli-service": "^4.3.1", "eslint-plugin-html": "^4.0.5", "json": "^10.0.0", "mocha": "^7.1.1", "rimraf": "^2.6.2", "should": "^11.2.0", "supertest": "^3.3.0", "vue-cli-plugin-vuetify": "^0.1.6", "vue-template-compiler": "^2.6.10" }, "scripts": { "build": "vue-cli-service build", "build:schedule": "scripts/build", "clear:sounds": "rimraf local/sounds", "dev": "npm run build; echo 'UI-only service'; npm run serve", "lint": "vue-cli-service lint", "serve": "vue-cli-service serve", "start": "npm run build; scripts/sc-voice.js", "start:ssl": "npm run build; scripts/sc-voice.js --ssl", "start:staging": "npm run build; scripts/sc-voice.js --staging", "test": "npm run test:verbose", "test:test": "mocha -w --watch-ignore node_modules,.git,local -R min --inline-diffs -g TEST", "test:verbose": "mocha --inline-diffs", "test:watch": "mocha -w --inline-diffs" }, "repository": { "tag": "git" }, "bin": {}, "keywords": [ "SuttaCentral", "translation", "Javascript", "Pootl" ], "author": "Karl Lew", "homepage": "https://github.com/suttacentral/translation", "license": "MIT", "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "rules": { "no-console": "off" }, "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }