2024-03-27 11:08:52 +00:00
|
|
|
{
|
2024-03-27 12:19:16 +00:00
|
|
|
"name": "@rbxts/wg-lua",
|
2024-03-30 06:43:37 +00:00
|
|
|
"version": "0.1.0",
|
2024-03-27 11:25:30 +00:00
|
|
|
"description": "A lua implementation of the wireguard keygen algorithm.",
|
|
|
|
"main": "out/init.lua",
|
|
|
|
"scripts": {
|
2024-03-29 16:55:57 +00:00
|
|
|
"build": "rbxtsc --verbose && ./lunew bundle",
|
2024-03-27 11:25:30 +00:00
|
|
|
"watch": "rbxtsc -w",
|
|
|
|
"lint": "eslint src",
|
2024-03-27 11:39:50 +00:00
|
|
|
"check_fmt": "prettier -c src/",
|
|
|
|
"check": "pnpm lint && pnpm check_fmt",
|
|
|
|
"fmt": "prettier -w src/",
|
2024-03-28 10:27:29 +00:00
|
|
|
"test": "./lunew test",
|
2024-03-27 11:25:30 +00:00
|
|
|
"postinstall": "patch -f node_modules/@rbxts/types/include/roblox.d.ts < lune_require_patch.diff",
|
2024-03-30 07:11:16 +00:00
|
|
|
"prepack": "pnpm build"
|
2024-03-27 11:25:30 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
2024-03-27 12:46:05 +00:00
|
|
|
"license": "Apache-2.0",
|
2024-03-27 11:25:30 +00:00
|
|
|
"types": "out/index.d.ts",
|
|
|
|
"files": [
|
2024-03-30 06:16:09 +00:00
|
|
|
"lunew",
|
|
|
|
"lunew.bat",
|
|
|
|
"lune_require_patch.diff",
|
|
|
|
"out/init.*",
|
|
|
|
"out/index.*",
|
|
|
|
"!out/rbxts/**",
|
2024-03-27 11:25:30 +00:00
|
|
|
"!**/*.tsbuildinfo"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rbxts/compiler-types": "2.3.0-types.0",
|
|
|
|
"@rbxts/types": "1.0.765",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
|
|
"eslint-plugin-roblox-ts": "^0.0.36",
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"roblox-ts": "2.3.0",
|
|
|
|
"typescript": "^5.4.3"
|
2024-03-27 17:43:48 +00:00
|
|
|
},
|
|
|
|
"packageManager": "pnpm@8.15.5"
|
2024-03-27 11:08:52 +00:00
|
|
|
}
|