|
|
@@ -2,11 +2,11 @@
|
|
|
"name": "raex",
|
|
|
"version": "1.0.0",
|
|
|
"main": "dist/main/index.cjs",
|
|
|
- "author": "草鞋没号 <308487730@qq.com>",
|
|
|
+ "author": "RAEX",
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
|
"dev": "node scripts/watch.mjs",
|
|
|
- "prebuild": "node scripts/build.mjs",
|
|
|
+ "prebuild": "node scripts/build.mjs $MODE",
|
|
|
"build": "electron-builder",
|
|
|
"init": "git config core.hooksPath .git/hooks/ && rm -rf .git/hooks && npx simple-git-hooks",
|
|
|
"test:e2e": "npx playwright test",
|