Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 506ccacf74f8e9a7790d99b82d50c3c5d5142c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "name": "hugo-theme-iris",
  "version": "0.4.0",
  "description": "Hugo IRIS Theme - Portfolio and Blog",
  "private": true,
  "scripts": {
    "start": "run-p client server",
    "server": "make up",
    "client": "wait-on http://localhost:1313 && open http://localhost:1313",
    "build": "make build",
    "test": "make test",
    "release": "standard-version",
    "update-deps": "(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || :"
  },
  "husky": {
    "skipCI": true,
    "hooks": {
      "pre-commit": "lint-staged",
      "post-merge": "npm run update-deps; git remote prune origin"
    }
  },
  "lint-staged": {
    "**/*": [
      "npm test"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://peaceiris@github.com/peaceiris/hugo-theme-iris.git"
  },
  "author": "peaceiris",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/peaceiris/hugo-theme-iris/issues"
  },
  "homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",
  "devDependencies": {
    "husky": "^4.2.1",
    "lint-staged": "^10.0.6",
    "npm-run-all": "^4.1.5",
    "open": "^7.0.1",
    "standard-version": "^7.1.0",
    "wait-on": "^4.0.0"
  }
}