-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 930 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": "get-formatted-date",
"version": "1.0.3",
"description": "Get formatted date with zero dependencies!",
"main": "src/index.js",
"keywords": [
"get",
"date",
"js",
"time",
"string",
"timestamp",
"value",
"utc",
"simple"
],
"author": "Yilmaz Oktav <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/yoktav/get-formatted-date.git"
},
"bugs": {
"url": "https://github.com/yoktav/get-formatted-date/issues"
},
"homepage": "https://github.com/yoktav/get-formatted-date#readme",
"license": "ISC",
"scripts": {
"lint": "eslint \"**/*.js\"",
"format": "prettier --write \"**/*.js\""
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2"
}
}