forked from cxmeel/sift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.13 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@rbxts/sift",
"version": "0.0.0",
"description": "Immutable data manipulation in Luau",
"main": "./src/init.lua",
"types": "@types",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csqrl/sift.git"
},
"keywords": [
"table",
"array",
"dictionary",
"config",
"json",
"utility",
"roblox",
"robloxdev",
"robloxlua",
"roblox-lua",
"luau",
"wally",
"rojo",
"roact",
"roblox-rojo",
"dot-notation"
],
"author": "csqrl (https://csqrl.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/csqrl/sift/issues"
},
"homepage": "https://github.com/csqrl/sift#readme",
"files": [
"src",
"@types",
"*.project.json"
],
"devDependencies": {
"@rbxts/compiler-types": "1.3.3-types.1",
"@rbxts/types": "1.0.576",
"rbxts-transform-debug": "1.1.0-ts4.5",
"rbxts-transform-env": "1.1.0-ts4.5",
"roblox-ts": "1.3.3",
"typescript": "4.6.3"
}
}