spookvooper-api/package.json

34 lines
718 B
JSON

{
"name": "spookvooperapi",
"version": "1.3.0",
"description": "Easy to use library for the SpookVooper API",
"main": "main.js",
"type": "commonjs",
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vexico/spookvooper-api.git"
},
"keywords": [
"spookvooper",
"api",
"library"
],
"author": "Vexi Technologies",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"prettier": "^2.1.1"
},
"dependencies": {
"axios": "^0.20.0"
},
"bugs": {
"url": "https://github.com/vexico/spookvooper-api/issues"
},
"homepage": "https://vexi.cc/"
}