-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 809 Bytes
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
{
"name": "htime",
"version": "0.0.4",
"packageManager": "yarn@3.2.4",
"main": "dist/Api.js",
"repository": {
"type": "git",
"url": "https://github.com/thehTime/hTime.git"
},
"scripts": {
"dev": "tsc -w",
"build": "rollup --config --environment BUILD:production",
"test": "jest --runInBand"
},
"peerDependencies": {
"date-fns": ">=2.29.3",
"date-fns-tz": ">=1.3.7"
},
"devDependencies": {
"@babel/core": "~7.19.3",
"@babel/preset-env": "~7.19.4",
"@babel/preset-typescript": "~7.18.6",
"@rollup/plugin-typescript": "~9.0.2",
"@types/jest": "~29.1.2",
"babel-jest": "^29.1.2",
"date-fns": "~2.29.3",
"date-fns-tz": "~1.3.7",
"jest": "~29.1.2",
"rollup": "~3.3.0",
"tslib": "~2.4.1",
"typescript": "~4.8.4"
}
}