my-own-utils
Version:
Just a package which help you to not making anything from scratch
20 lines (19 loc) • 389 B
JSON
{
"name": "my-own-utils",
"version": "1.0.5",
"description": "Just a package which help you to not making anything from scratch",
"main": "index.js",
"scripts": {
"test": "test",
"build": "npx tsc"
},
"keywords": [
"utils",
"thousand-separator"
],
"author": "Agung Chandranata",
"license": "ISC",
"devDependencies": {
"typescript": "^4.7.3"
}
}