-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 832 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
38
39
{
"name": "snaptime",
"version": "1.2.0",
"description": "A package for transforming timestamps",
"repository": {
"type": "git",
"url": "https://github.com/matthematic/snaptime.git"
},
"main": "build/index.js",
"scripts": {
"pretest": "tsc",
"prepack": "tsc",
"prepare": "husky install",
"test": "TZ=America/Chicago jest",
"version": "auto-changelog -u && git add CHANGELOG.md"
},
"keywords": [
"timestamp",
"date",
"transform",
"splunk",
"time",
"snap"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.4",
"auto-changelog": "^2.4.0",
"husky": "^8.0.0",
"jest": "^29.6.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@types/luxon": "^3.3.1",
"luxon": "^3.4.1"
}
}