first commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user