forked from anthony2856/tcx-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 840 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
37
38
39
40
{
"name": "tcx-builder",
"version": "1.1.1",
"description": "Tcx builder",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"test": "mocha -r ts-node/register ./**/*.spec.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/anthony2856/tcx-builder.git"
},
"keywords": [
"tcx",
"sport",
"gpx",
"garmin",
"fit",
"activities",
"polar"
],
"author": "Anthony Le Gal",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/lodash": "^4.14.150",
"@types/mocha": "^7.0.2",
"@types/sinon": "^9.0.0",
"chai": "^4.2.0",
"mocha": "^7.1.2",
"sinon": "^9.0.2",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
},
"dependencies": {
"lodash": "^4.17.15"
}
}