navidev-date-and-time
Version:
Utilidades de fecha y hora
38 lines • 1.02 kB
JSON
{
"name": "navidev-date-and-time",
"version": "0.1.1",
"description": "Utilidades de fecha y hora",
"outDir": "dist",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"DATE",
"TIME"
],
"author": "Iván Rodrigo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/irodrigob/navidev-date-and-time"
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@jest/globals": "^29.6.2",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^38.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
}
}