mathematics-code
Version:
A project that aims to simplify mathematics
22 lines (21 loc) • 419 B
JSON
{
"name": "mathematics-code",
"version": "1.0.4",
"main": "index.js",
"scripts": {
"start": "npx tsc"
},
"keywords": [
"Mathematics",
"Computer",
"Simplify",
"Convert"
],
"author": "Rafael",
"license": "MIT",
"description": "A project that aims to simplify mathematics",
"devDependencies": {
"@types/node": "^22.12.0",
"typescript": "^5.7.3"
}
}