-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 997 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": "phytojs-api-serverless",
"version": "1.0.0",
"description": "API exposed as a wrapper of the reusable PhytoJS: @rondinif/phytojs service logic",
"keywords": [
"botanica",
"botanical",
"flowers",
"garden",
"grow vegetables",
"herbs",
"linked data",
"plants",
"rdf",
"spqrql",
"vegetables",
"vegetable garden",
"wikidata",
"wkbotanica"
],
"author": "rondinif",
"license": "MIT",
"homepage": "https://github.com/rondinif/phytojs-api-serverless#readme",
"bugs": {
"url": "https://github.com/rondinif/phytojs-api-serverless/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/rondinif/phytojs-api-serverless.git"
},
"scripts": {
"test": "echo \"No tests yet...\""
},
"dependencies": {
"@rondinif/phytojs": "^1.3.0",
"esm": "^3.2.25",
"isomorphic-fetch": "^2.2.1",
"redis": "^3.1.1"
},
"devDependencies": {}
}