Skip to content
Snippets Groups Projects
package.json 1.55 KiB
Newer Older
RWTH App's avatar
RWTH App committed
{
Benedikt Heinrichs's avatar
Benedikt Heinrichs committed
  "name": "@coscine/login",
CoscineBot's avatar
CoscineBot committed
  "version": "1.9.1",
RWTH App's avatar
RWTH App committed
  "private": true,
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit"
  },
  "dependencies": {
RWTH App's avatar
RWTH App committed
  },
  "devDependencies": {
RWTH App's avatar
RWTH App committed
  },
  "repository": {
    "type": "git",
RWTH App's avatar
RWTH App committed
  },
RWTH App's avatar
RWTH App committed
}