forked from osyrisrblx/rbxts-knit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 808 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
{
"name": "@bazir/knit",
"version": "0.0.1-alpha.7",
"description": "Roblox game framework (Alpha)",
"main": "Knit/init.lua",
"typings": "Knit/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/BazirGames/rbxts-knit"
},
"license": "MIT",
"scripts": {},
"homepage": "https://atollstudios.github.io/Knit/",
"devDependencies": {
"@rbxts/compiler-types": "^1.1.1-types.3",
"@rbxts/types": "^1.0.479",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-roblox-ts": "0.0.25",
"prettier": "^2.2.1",
"typescript": "^4.2.2"
},
"publishConfig": {
"access": "public"
},
"files": [
"Knit",
"!Knit/test.ts"
]
}