@airia-in/run-app-data-format
Version:
Shared data formatting library for Airia fitness platform
41 lines (40 loc) • 799 B
JSON
{
"name": "@airia-in/run-app-data-format",
"version": "1.0.2",
"description": "Shared data formatting library for Airia fitness platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"data",
"format",
"fitness",
"pace",
"distance",
"time"
],
"author": "Airia Team",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.3.1",
"jest": "^29.7.0",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"roots": [
"<rootDir>/src"
],
"testMatch": [
"**/*.spec.ts"
]
}
}