-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 897 Bytes
/
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
{
"name": "dot_functions_utils",
"version": "2.3.0",
"description": "To help on work with Dates, Arrays and Strings",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AndreOneti/dot_functins_utils.git"
},
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest --config jestconfig.json --coverage"
},
"devDependencies": {
"@types/jest": "^25.1.5",
"@types/node": "^13.9.8",
"jest": "^25.2.4",
"ts-jest": "^25.3.0",
"typescript": "^3.8.3"
},
"keywords": [
"date",
"date-manipulation",
"string",
"string-manipulation",
"array",
"array-manipulation",
"number",
"number-manipulation",
"functions"
],
"bugs": {
"url": "https://github.com/AndreOneti/dot_functins_utils/issues"
},
"homepage": "https://github.com/AndreOneti/dot_functins_utils#readme"
}