-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "util-tiempo",
"version": "1.0.52",
"description": "util-tiempo para calcular tiempos, para obtener la fecha a elegir, con muchas opciones!",
"author": "Tutitoos",
"license": "MIT",
"repository": "Tutitoos/util-tiempo.git",
"publisher": "Tutitoos",
"keywords": [
"util-tiempo",
"time",
"date",
"tiempo",
"fecha",
"timestamp",
"ms",
"dataTime",
"dataDate",
"diffDate",
"formatDate",
"formatMs",
"get",
"getCompareDate",
"getDate",
"getTime",
"getNextTime",
"getMs",
"getFormatDate"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node-dev --respawn --transpile-only --poll src/index.ts",
"test": "node tests.cjs",
"lint": "npm run lint:rome && npm run lint:eslint",
"lint:rome": "rome check src",
"lint:eslint": "eslint --ignore-path .gitignore . --max-warnings 0",
"lint:install": "npm install -g rome eslint"
},
"devDependencies": {
"@types/estree": "1.0.1",
"@types/node": "20.4.1",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-xo": "0.43.1",
"eslint-config-xo-typescript": "0.57.0",
"eslint-plugin-import": "2.27.5",
"nodemon": "3.0.1",
"ts-node-dev": "2.0.0",
"typescript": "5.1.6"
}
}