first commit
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
Node.js CI / build (20.x) (push) Has been cancelled
Node.js CI / build (22.x) (push) Has been cancelled

This commit is contained in:
George Suntres
2026-05-11 16:02:02 -04:00
commit 4e023f06d4
11 changed files with 913 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "@needem/currency",
"version": "0.4.3",
"description": "Currency formating using Intl",
"main": "src/index.mjs",
"scripts": {
"test": "node --test"
},
"files": [
"src/**/*.mjs",
"README.md",
"LICENSE"
],
"author": "gsuntres@pm.me",
"license": "MIT",
"dependencies": {
"ajv": "^8.17.1"
}
}