Skip to content

Commit cbd6885

Browse files
authored
Create manifest.json
1 parent cd5bab2 commit cbd6885

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

foxx-service/manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "http://json.schemastore.org/foxx-manifest",
3+
"name": "foxx-services",
4+
"version": "1.0.1",
5+
"author": "Skitsanos",
6+
"main": "index.js",
7+
"scripts": {
8+
"setup": "setup.js"
9+
},
10+
"engines": {
11+
"arangodb": "^3.0.0"
12+
},
13+
"configuration": {
14+
}
15+
}

0 commit comments

Comments
 (0)