-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 937 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 937 Bytes
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
{
"name": "@rocketleagueapi/tradebot-api-types",
"version": "2.3.0",
"description": "Typings for the Rocket League Tradebot API.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"sideEffects": false,
"scripts": {
"lint": "eslint . --ext js,jsx,ts,tsx --fix",
"build": "tsc -p ./tsconfig.node.json && tsc -p ./tsconfig.browser.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rocketleagueapi/tradebot-api-types.git"
},
"author": "Rocket League API",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/rocketleagueapi/tradebot-api-types/issues"
},
"homepage": "https://github.com/rocketleagueapi/tradebot-api-types#readme",
"devDependencies": {
"@angablue/eslint-config": "^1.4.3",
"@types/node": "^20.5.3",
"eslint": "^8.47.0",
"prettier": "^2.8.8",
"typescript": "^5.1.6"
}
}