23 lines
554 B
JSON
23 lines
554 B
JSON
{
|
|
"name": "lhmask",
|
|
"version": "1.1.1",
|
|
"description": "Biblioteca com funções para formatação de dados.",
|
|
"main": "src/lhmask.js",
|
|
"scripts": {
|
|
"test": "jest --watchAll"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@bitbucket.org/leandro_costa/lhmask.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://bitbucket.org/leandro_costa/lhmask/issues"
|
|
},
|
|
"homepage": "https://bitbucket.org/leandro_costa/lhmask#readme",
|
|
"devDependencies": {
|
|
"jest": "^27.5.0"
|
|
}
|
|
}
|