spookvooper-api/package.json

29 lines
594 B
JSON

{
"name": "spookvooperapi",
"version": "1.0.0",
"description": "Easy to use library for the SpookVooper API",
"main": "main.js",
"type": "module",
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "https://git.imbl.me/btech/spookvooper-api-libraries.git"
},
"keywords": [
"spookvooper"
],
"author": "bTech",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"eslint": "^7.7.0",
"prettier": "2.1.1"
},
"dependencies": {
"axios": "^0.20.0",
"node-fetch": "^2.6.0",
"puppeteer": "^5.2.1"
}
}