Skip to content
Snippets Groups Projects
package.json 1.87 KiB
Newer Older
Valentin Rigal's avatar
Valentin Rigal committed
{
Bastien Abadie's avatar
Bastien Abadie committed
  "name": "@teklia/virtual-keyboard",
  "version": "0.1.0",
  "description": "Customizable unicode virtual keyboard on text input.",
Bastien Abadie's avatar
Bastien Abadie committed
  "files": [
    "dist-lib/**",
    "src/**"
  ],
Bastien Abadie's avatar
Bastien Abadie committed
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/teklia/escriptorium/virtual-keyboard.git"
  },
  "author": "Teklia",
Valentin Rigal's avatar
Valentin Rigal committed
  "scripts": {
    "serve-ext": "vue-cli-service build --dest dist-ext --mode development --watch",
    "ext:firefox": "web-ext run --source-dir ./dist-ext/",
    "ext:chromium": "web-ext run -t chromium --source-dir ./dist-ext/",
    "build-ext": "vue-cli-service build --dest dist-ext",
    "serve-lib": "NODE_ENV=development webpack serve --config webpack.lib.js --progress",
    "build-lib": "NODE_ENV=production webpack --config webpack.lib.js",
    "lint": "vue-cli-service lint"
Valentin Rigal's avatar
Valentin Rigal committed
  },
  "dependencies": {
Valentin Rigal's avatar
Valentin Rigal committed
  }
}