suvat
Version:
A small TypeScript/JavaScript library for solving SUVAT equations.
34 lines (33 loc) • 592 B
JSON
{
"name": "suvat",
"version": "1.0.1",
"description": "A small TypeScript/JavaScript library for solving SUVAT equations.",
"main": "dst/index.js",
"type": "module",
"files": [
"./dst/**",
"./src/**"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/TheCymaera/suvat-js"
},
"keywords": [
"physics",
"suvat",
"equations",
"of",
"motion",
"newton",
"newtonian"
],
"author": "Cymaera",
"license": "MIT",
"devDependencies": {
"typescript": "^5.8.2"
}
}