-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
68 lines (68 loc) · 1.4 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "luraph",
"version": "2.0.9",
"description": "Luraph API binding for Node.JS",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "npx unbuild --minify",
"dev": "npx unbuild --stub",
"prepare": "pnpm run build",
"test": "npx jiti test.ts",
"preinstall": "npx only-allow pnpm"
},
"keywords": [
"luraph",
"obfuscator",
"obfuscate",
"obfuscation",
"lua",
"luau",
"luajit",
"lua encrypt",
"lua encryption",
"lua obfuscate",
"lua obfuscator",
"lua obfuscation",
"roblox",
"synapse",
"scriptware",
"fivem",
"gta",
"growtopia",
"assetto corsa",
"lightroom",
"gmod"
],
"author": "memcorrupt",
"license": "MIT",
"devDependencies": {
"@types/node": "~20.11.30",
"jiti": "^1.21.0",
"typescript": "^5.4.3",
"unbuild": "^2.0.0"
},
"dependencies": {
"undici": "^6.10.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Luraph/luraph-node.git"
},
"bugs": {
"url": "https://github.com/Luraph/luraph-node/issues"
},
"homepage": "https://github.com/Luraph/luraph-node#readme"
}