mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 02:24:17 +00:00
22 lines
384 B
JSON
Executable File
22 lines
384 B
JSON
Executable File
{
|
|
"name": "linebridge-client",
|
|
"version": "1.0.0",
|
|
"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"
|
|
}
|
|
}
|