-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 967 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 967 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
34
35
36
37
38
39
40
41
42
{
"name": "@taystack/get-date",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"version": "0.9.10",
"description": "Collection of native Date utils to replace core moment functions.",
"scripts": {
"build": "npx tsc && npx typedoc",
"docs": "npx typedoc",
"tsc": "npx tsc",
"test": "npx jest",
"watch": "npx tsc --watch"
},
"keywords": [
"vanilla",
"date",
"no",
"moment"
],
"author": "taystack",
"license": "ISC",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.28",
"jest": "^26.6.3",
"ts-jest": "^26.5.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.24",
"typescript": "^4.1.5"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taystack/get-date.git"
},
"bugs": {
"url": "https://github.com/taystack/get-date/issues"
},
"homepage": "https://taystack.github.io/get-date"
}