{
  "name": "@inrupt/solid-client-authn-browser-via-script-tag-example",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "clean": "",
    "start": "ts-node server.ts",
    "dev": "npm run start",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/express": "^4.17.7",
    "express": "^4.17.1"
  },
  "devDependencies": {
    "ts-node": "^8.10.2"
  }
}
