-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 885 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 885 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
{
"name": "eztexting-node-client",
"version": "1.0.0",
"description": "",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"format": "prettier --write ."
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustUtahCoders/eztexting-node-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JustUtahCoders/eztexting-node-client/issues"
},
"homepage": "https://github.com/JustUtahCoders/eztexting-node-client#readme",
"dependencies": {
"btoa": "^1.2.1",
"dayjs": "^1.9.7",
"dotenv": "^8.2.0",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"husky": "^4.3.6",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
}
}