@vishnuvardhan_04/my_simple_calculator
Version:
"my own first package"
16 lines (15 loc) • 316 B
JSON
{
"name": "@vishnuvardhan_04/my_simple_calculator",
"version": "1.0.0",
"description": "\"my own first package\"",
"keywords": [
"hi"
],
"license": "ISC",
"author": "vishnu",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}