-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1012 Bytes
/
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
{
"name": "@mulgul/garmin-wrapper-ts",
"version": "0.1.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "rimraf ./lib && tsc",
"lint": "eslint . --ext .ts",
"lint:fix": "yarn lint --fix",
"deploy": "yarn build && npm publish"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"packageManager": "yarn@4.0.1",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.3",
"@types/node": "^20.9.0",
"@types/triple-beam": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"babel-jest": "^29.3.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"tsc-watch": "^5.0.3",
"typescript": "^4.9.3"
}
}