zwiftout/package.json

15 lines
313 B
JSON

{
"name": "make-workout",
"version": "0.0.0",
"license": "GPL-3.0-or-later",
"scripts": {
"lint:ts": "tsc --no-emit",
"test": "ts-node src/index.ts examples/threshold-pushing.txt"
},
"devDependencies": {
"@types/node": "^14.10.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}