forked from Scyfren/immut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 KB
/
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
39
40
41
42
43
44
{
"name": "@rbxts/immut",
"version": "0.4.4-ts.0",
"description": "A draft-based immutable data library based on Immer",
"main": "src/init.lua",
"types": "src/index.d.ts",
"files": [
"src"
],
"scripts": {},
"keywords": [
"roblox",
"typescript",
"immut"
],
"homepage": "https://solarhorizon.github.io/immut/",
"repository": {
"type": "git",
"url": "https://github.com/Scyfren/immut.git"
},
"author": "SolarHorizon",
"contributors": [
{
"name": "Scyfren",
"url": "https://github.com/Scyfren"
}
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.0.3-types.0",
"@rbxts/types": "^1.0.677",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
}
}