gerador-estado-civil
Version:
Gerador brasileiro de Estado Civil
41 lines (40 loc) • 845 B
JSON
{
"name": "gerador-estado-civil",
"version": "0.0.6",
"description": "Gerador brasileiro de Estado Civil",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "bukinoshita/gerador-estado-civil",
"author": "bukinoshita <bukinoshita@gmail.com>",
"license": "MIT",
"keywords": [
"gerador",
"brasileiro",
"estado",
"civil",
"brasil",
"dados"
],
"engines": {
"node": ">=10"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublish": "yarn build",
"test": "jest --config=jest.config.json"
},
"dependencies": {
"unique-random-array": "2.0.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "0.7.0",
"@types/jest": "25.2.1",
"@types/node": "13.13.5",
"jest": "26.0.1",
"ts-jest": "25.5.0",
"typescript": "3.8.3"
}
}