aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: b461481843cb14c44d13cac5f4ba3149ac3e481d (plain) (blame)
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
46
47
{
  "name": "holo-schedule",
  "version": "0.5.4",
  "description": "Hololive schedule parser",
  "main": "lib/index.js",
  "types": "lib",
  "files": [
    "lib",
    "src"
  ],
  "author": "wabilin",
  "license": "MIT",
  "private": false,
  "homepage": "https://github.com/wabilin/holo-schedule",
  "repository": {
    "type": "git",
    "url": "ssh://[email protected]/wabilin/holo-schedule.git"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^8.0.2",
    "@semantic-release/npm": "^9.0.0",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "@types/jsdom": "^16.2.3",
    "@types/node": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^8.0.0",
    "eslint-config-standard": "^16.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-standard": "^5.0.0",
    "semantic-release": "^19.0.0",
    "typescript": "^4.0.0"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint src/**",
    "release": "yarn build && semantic-release"
  },
  "dependencies": {
    "jsdom": "^19.0.0"
  }
}