...

Text file src/github.com/ory/fosite/package.json

Documentation: github.com/ory/fosite

     1{
     2  "private": true,
     3  "version": "0.0.0",
     4  "config": {
     5    "prettierTarget": "*.md"
     6  },
     7  "repository": {
     8    "type": "git",
     9    "url": "git+https://github.com/ory/fosite.git"
    10  },
    11  "scripts": {
    12    "format": "prettier --write ${npm_package_config_prettierTarget}",
    13    "format:check": "prettier --check ${npm_package_config_prettierTarget}"
    14  },
    15  "author": "Ory",
    16  "license": "Apache-2.0",
    17  "bugs": {
    18    "url": "https://github.com/ory/fosite/issues"
    19  },
    20  "homepage": "https://github.com/ory/fosite#readme",
    21  "devDependencies": {
    22    "ory-prettier-styles": "^1.1.2",
    23    "prettier": "^2.3.2"
    24  }
    25}

View as plain text