Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit e809ccb

Browse files
authored
Create package.json
1 parent 831a2a2 commit e809ccb

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "replapi-it",
3+
"version": "0.0.9",
4+
"description": "A wrapper for Repl.it's GraphQL (and soon REST and even Crosis) API. Designed to be easy to use!",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "node index.js"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/RayhanADev/API.it.git"
12+
},
13+
"keywords": [
14+
"Replit",
15+
"API",
16+
"NodeJS"
17+
],
18+
"author": "RayhanADev",
19+
"license": "GPL-3.0",
20+
"bugs": {
21+
"url": "https://github.com/RayhanADev/API.it/issues"
22+
},
23+
"homepage": "https://github.com/RayhanADev/API.it#readme",
24+
"dependencies": {
25+
"node-fetch": "^2.6.1"
26+
}
27+
}

0 commit comments

Comments
 (0)