-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 874 Bytes
/
package.json
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
{
"name": "aerots",
"version": "0.3.1",
"description": "roblox-ts typings for AeroGameFramework",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OverHash/aeroTS"
},
"keywords": [
"aeroTS",
"aero-game-framework",
"agf",
"roblox-ts"
],
"author": "OverHash",
"license": "ISC",
"bugs": {
"url": "https://github.com/OverHash/aeroTS/issues"
},
"homepage": "https://github.com/OverHash/aeroTS/README.md",
"devDependencies": {
"@rbxts/types": "^1.0.336",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-roblox-ts": "0.0.15",
"prettier": "^2.0.5"
},
"publishConfig": {
"access": "public"
}
}