UNPKG

rumus_matematika

Version:

Kumpulan fungsi untuk perhitungan matematika

27 lines 609 B
{ "name": "rumus_matematika", "version": "1.1.11", "description": "Kumpulan fungsi untuk perhitungan matematika", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "start:dev": "nodemon lib/index", "run:example": "node example/index.js", "build": "tsc" }, "keywords": ["matematika", "rumus", "perhitungan"], "author": "Adi Kurniawan", "license": "ISC", "files": [ "dist" ], "repository": { "type": "git", "url": "url_repository_anda" }, "devDependencies": { "nodemon": "^3.0.3", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }