aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/js-small-apps/package.json
blob: 6f4c753c1b047fa21b28596c97b4cf41dc01a451 (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
{
  "name": "js-small-apps",
  "description": "A collection of small apps and exercises implemented with Javascript.",
  "version": "1.0.0",
  "license": "MIT",
  "author": {
    "name": "Armand Philippot",
    "url": "https://www.armandphilippot.com"
  },
  "homepage": "https://github.com/ArmandPhilippot/js-small-apps#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:ArmandPhilippot/js-small-apps.git"
  },
  "bugs": {
    "url": "https://github.com/ArmandPhilippot/js-small-apps/issues"
  },
  "private": true,
  "scripts": {
    "release": "standard-version -s"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.2.1",
    "@commitlint/config-conventional": "^16.2.1",
    "husky": "^7.0.2",
    "standard-version": "^9.3.1"
  }
}