-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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
{
"name": "@svIRacing/ibtParser",
"version": "0.0.4",
"description": "",
"main": "lib/ibtParser.js",
"scripts": {
"build": "run-s lint compile",
"clean": "rimraf lib",
"compile": "tsc",
"lint": "eslint src/**/*.ts",
"tests": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rcmx/ibtparse.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rcmx/ibtparse/issues"
},
"homepage": "https://github.com/rcmx/ibtparse#readme",
"dependencies": {
"date-fns": "^2.29.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/jest": "^28.1.8",
"@types/node": "^18.7.13",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"chai": "^4.3.6",
"eslint": "^8.23.0",
"jest": "^29.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
}
}