slm-helper
Version:
A simple library to add two numbers
16 lines • 317 B
JSON
{
"name": "slm-helper",
"version": "1.0.0",
"description": "A simple library to add two numbers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"slm",
"helper",
"math"
],
"author": "baskar@antfintech.in",
"license": "MIT"
}