spookvooper-api/package.json

29 lines
571 B
JSON
Raw Normal View History

2020-09-16 19:32:56 +00:00
{
"name": "spookvooperapi",
2020-11-08 23:11:34 +00:00
"version": "1.2.0",
2020-09-16 19:32:56 +00:00
"description": "Easy to use library for the SpookVooper API",
"main": "main.js",
"type": "module",
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bowlingballindustries/spookvooper-api.git"
2020-09-16 19:32:56 +00:00
},
"keywords": [
"spookvooper",
"api",
"library"
2020-09-16 19:32:56 +00:00
],
"author": "bTech",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"eslint": "^7.9.0",
"prettier": "^2.1.1"
2020-09-16 19:32:56 +00:00
},
"dependencies": {
"axios": "^0.20.0"
2020-09-16 19:32:56 +00:00
}
}