aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 80e98cbf62b69c6fc07ab5ec7f02a33601342d64 (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
{
  "name": "holo-schedule",
  "version": "0.2.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": "https://github.com/wabilin/holo-schedule.git"
  },
  "devDependencies": {
    "@types/jsdom": "^16.2.3",
    "@types/node": "^14.0.27",
    "@typescript-eslint/eslint-plugin": "^3.7.1",
    "@typescript-eslint/parser": "^3.7.1",
    "eslint": "^7.5.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "typescript": "^3.9.7"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint src/**"
  },
  "dependencies": {
    "jsdom": "^16.3.0"
  }
}