forked from cnative100/eddie
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 859 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
{
"name": "eddie",
"version": "0.0.1",
"description": "Various efficiency scripts for the farm",
"main": "readsquare.js",
"type": "module",
"contributors": [
"Chris Newman <farmers@sylvanaqua.com> (https://www.patreon.com/skywoman/)",
"Jamie Gaehring <gaehj457@gmail.com> (https://jgaehring.com)"
],
"scripts": {
"start": "node run.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skywoman/eddie.git"
},
"keywords": [
"agriculture",
"ecommerce",
"farming",
"skywoman"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/skywoman/eddie/issues"
},
"homepage": "https://github.com/skywoman/eddie#readme",
"dependencies": {
"dotenv": "^12.0.3",
"square": "^17.0.0"
}
}