-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cloudblox",
"version": "1.4.4",
"description": "A Promised-Based API Wrapper for Roblox's Open Cloud and their other Web APIs",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write \"lib/**/*.ts\" \"dist/**/*.js\"",
"lint": "eslint . --ext .ts --ext .js",
"test": "ts-node test/test"
},
"keywords": [
"roblox",
"api-wrapper",
"library",
"open-cloud",
"open cloud",
"api wrapper",
"web api",
"web-api"
],
"author": "valiantwinddev",
"license": "MPL-2.0",
"devDependencies": {
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ValiantWind/cloudblox.git"
},
"bugs": {
"url": "https://github.com/ValiantWind/cloudblox/issues"
},
"homepage": "https://github.com/ValiantWind/cloudblox#readme",
"dependencies": {
"axios": "^1.3.4"
}
}