universal-calci-pro
Version:
Calculator to calculate big number operations
33 lines (32 loc) • 585 B
JSON
{
"name": "universal-calci-pro",
"version": "0.0.10",
"description": "Calculator to calculate big number operations",
"main": "index.js",
"scripts": {
"build": "rimraf dist && tsc"
},
"keywords": [
"universal-calci-pro",
"calculator",
"calci",
"react-calculator"
],
"author": "Shubham Aswal",
"license": "ISC",
"files": [
"dist/*",
"README.md"
],
"devDependencies": {
"@types/node": "^20.4.8"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"typescript": "^5.1.6"
}
}