-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.64 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "arrival-time",
"version": "1.0.6",
"description": "Simple and powerful progress time estimation (ETA)",
"keywords": [
"backend",
"frontend",
"CLI",
"web",
"node",
"eta",
"estimate",
"estimated",
"time",
"estimated time",
"estimated-time",
"progress",
"progress eta",
"progress-eta"
],
"license": "MIT",
"author": "Robert Vitonsky <https://github.com/vitonsky>",
"homepage": "https://github.com/vitonsky/arrival-time",
"repository": {
"type": "git",
"url": "https://github.com/vitonsky/arrival-time"
},
"scripts": {
"test": "jest",
"test-fast": "TEST_FAST=true jest",
"build": "rm -rf dist && gulp",
"release": "npm run build && cd dist && npm publish",
"prettify": "prettier --write \"{*,**/*}.{ts,tsx,js,jsx}\" && eslint --fix \"{*,**/*}.{ts,tsx,js,jsx}\"",
"packages:upgrade": "npm-check-updates -u",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/jest": "^27.5.1",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-spellcheck": "^0.0.20",
"eslint-plugin-unused-imports": "^4.1.2",
"gulp": "^5.0.0",
"gulp-clean-package": "^0.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^9.1.4",
"jest": "^28.1.0",
"lint-staged": "^15.2.8",
"merge-stream": "^2.0.0",
"npm-check-updates": "^17.1.0",
"prettier": "^3.3.3",
"ts-jest": "^28.0.2",
"typescript": "^5.5.4"
}
}