ski-din-calculator
Version:
Calculate a skier's DIN binding release value based on height, weight, age, skill level, and boot sole length
37 lines (36 loc) • 808 B
JSON
{
"name": "ski-din-calculator",
"version": "1.0.0",
"description": "Calculate a skier's DIN binding release value based on height, weight, age, skill level, and boot sole length",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"skiing",
"din",
"bindings",
"safety",
"calculator"
],
"author": "Kris Steigerwald",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/your-username/ski-din-calculator.git"
}
}