Skip to content
Snippets Groups Projects
Select Git revision
  • 84b7ff5a73f35b66d0d8bfcbd0cf6c0ea8e85cd5
  • master default protected
2 results

package.json

  • Forked from COSC360 in 2018 / express-typescript-seed
    Source project has a limited visibility.
    This project manages its dependencies using npm. Learn more
    package.json 370 B
    {
      "name": "express-ts-seed",
      "version": "1.0.0",
      "description": "",
      "main": "index.js",
      "scripts": {
        "tsc": "tsc",
        "test": "echo \"Error: no test specified\" && exit 1"
      },
      "keywords": [],
      "author": "",
      "license": "ISC",
      "devDependencies": {
        "@types/es6-shim": "^0.31.37",
        "@types/express": "^4.16.0",
        "typescript": "^3.0.3"
      }
    }