UNPKG

tcx-builder

Version:
41 lines (40 loc) 840 B
{ "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" } }