spookvooper-api/package.json

34 lines
718 B
JSON
Raw Normal View History

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