Skip to content
Snippets Groups Projects
package.json 1.91 KiB
Newer Older
{
  "name": "outage-form",
  "version": "1.0.0",
  "description": "Webform for helping users check the status of their web services and get help if required.",
  "main": "index.js",
  "scripts": {
    "start": "snowpack dev",
    "build": "snowpack build",
Chris's avatar
Chris committed
    "test": "jest --coverage --watchAll",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,yaml}\"",
    "lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx,yaml}\""
  },
  "repository": {
    "type": "git",
    "url": "https://open.greenhost.net/greenhost/outage-form"
  },
  "author": "Mark Swillus, Tin Geber, Chris Snijder",
  "license": "Apache-2.0",
  "dependencies": {
  },
  "devDependencies": {