linebridge/client/package.json
2025-04-10 19:29:45 +00:00

22 lines
384 B
JSON
Executable File

{
"name": "linebridge-client",
"version": "1.1.1",
"main": "./dist/index.js",
"author": "RageStudio <support@ragestudio.net>",
"license": "MIT",
"files": [
"src/**/**",
"dist/**/**",
"./package.json"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "hermes build --parallel --clean"
},
"devDependencies": {
"@ragestudio/hermes": "^1.0.0"
}
}