-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 861 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
40
41
42
{
"name": "timean",
"version": "1.0.4",
"main": "./index.js",
"types": "./lib",
"license": "MIT",
"dependencies": {
"typescript": "^4.4.4"
},
"keywords": [
"date",
"string",
"formatter",
"time"
],
"scripts": {
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/lublot/timean.js"
},
"bugs": {
"url": "https://github.com/lublot/timean.js/issues"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2",
"babel-jest": "^27.3.0",
"date-fns": "^2.25.0",
"jest": "^27.3.0",
"ts-loader": "^9.2.6",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0"
},
"author": {
"name": "Emerson Souza",
"url": "https://github.com/lublot"
}
}