spookvooper-api/package.json

53 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2020-09-16 19:32:56 +00:00
{
2020-12-03 06:43:50 +00:00
"name": "@vexico/spookvooperapi",
"version": "2.0.1",
2020-09-16 19:32:56 +00:00
"description": "Easy to use library for the SpookVooper API",
2020-12-08 20:50:31 +00:00
"main": "dist/main.js",
2020-11-28 00:23:10 +00:00
"type": "commonjs",
2020-09-16 19:32:56 +00:00
"scripts": {
2020-12-08 20:50:31 +00:00
"test": "node dist/test.js",
"setup-dependencies": "npm i",
"full-lint": "npx eslint . && npx ts-standard",
"lint-style": "npx ts-standard",
"build": "npx tsc"
2020-09-16 19:32:56 +00:00
},
2020-12-03 06:43:50 +00:00
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
2020-09-16 19:32:56 +00:00
"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",
2020-12-08 20:50:31 +00:00
"library",
"SVAPI"
2020-09-16 19:32:56 +00:00
],
2020-11-28 00:23:10 +00:00
"author": "Vexi Technologies",
2020-12-08 20:50:31 +00:00
"license": "AGPL-3.0-or-later",
2020-09-16 19:32:56 +00:00
"devDependencies": {
2020-12-08 20:50:31 +00:00
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-with-typescript": "^18.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"prettier": "^2.1.1",
"ts-standard": "^9.0.0",
"typescript": "^4.1.2"
2020-09-16 19:32:56 +00:00
},
"dependencies": {
2020-12-03 06:43:50 +00:00
"@microsoft/signalr": "^5.0.0",
"axios": "^0.21.1",
2020-12-18 06:18:52 +00:00
"rxjs": "^6.6.3"
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
}