npmluau
Version:
A utility package to use npm for Luau projects
35 lines (34 loc) • 1.04 kB
JSON
{
"name": "npmluau",
"version": "0.1.3",
"description": "A utility package to use npm for Luau projects",
"keywords": ["luau", "roblox", "package", "npm", "yarn", "lune"],
"author": "jeparlefrancais <jeparlefrancais21@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/seaofvoices/npmluau.git"
},
"homepage": "https://github.com/seaofvoices/npmluau#readme",
"license": "MIT",
"main": "src/index.js",
"bin": {
"npmluau": "main.js"
},
"scripts": {
"prepare": "wasm-pack build luau-types-re-export --target nodejs --release && rm -f luau-types-re-export/pkg/.gitignore",
"test": "cargo test --manifest-path luau-types-re-export/Cargo.toml",
"lint": "biome lint main.js src/",
"format": "biome format . --write",
"style": "biome format .",
"verify-pack": "npm pack --dry-run",
"biome": "biome"
},
"dependencies": {
"commander": "^15.0.0",
"walkdir": "^0.4.1"
},
"devDependencies": {
"@biomejs/biome": "2.5.3",
"wasm-pack": "^0.15.0"
}
}