@anderson.tec12/utils
Version:
[](https://badge.fury.io/js/%40anderson.tec12%2Futils) [](https://opensource.org/licenses/MIT)
21 lines (20 loc) • 362 B
JSON
{
"name": "@anderson.tec12/utils",
"version": "1.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"util",
"typescript",
"biblioteca"
],
"author": "Seu Nome",
"license": "MIT",
"devDependencies": {
"typescript": "^5.9.2"
}
}