UNPKG

fast-sum

Version:

This node module is used to add multiple numbers

31 lines (30 loc) 728 B
{ "name": "fast-sum", "version": "1.0.8", "description": "", "main": "src/index.js", "scripts": { "clean:build": "tsc --build --clean && npm run build", "build": "tsc && cp package.json package-lock.json README.md build", "npm:publish": "npm run build && cd build && npm publish" }, "keywords": [ "Maths", "Mathematics", "Sum", "Addition" ], "author": { "name": "Sai Sreenivas Addepalli", "email": "saisreenivas222@gmail.com" }, "license": "ISC", "bugs": { "url": "https://github.com/Saisreenivas/fast-sum/issues" }, "homepage": "https://github.com/Saisreenivas/fast-sum", "devDependencies": { "@types/node": "^17.0.21", "typescript": "^4.6.2" } }