|
- {
- "name": "locking-client",
- "version": "1.0.0",
- "description": "locking-client",
- "main": "src/main/index.js",
- "scripts": {
- "electron": "electron ./src/main/index.js",
- "package": "electron-packager . --platform=win32 --arch=x64 --out ./electron_dist"
- },
- "repository": {
- "type": "git",
- "url": "http://47.104.91.134:3000/yiyun-fe/LOCKING-CLIENT.git"
- },
- "keywords": [
- "locking",
- "client",
- "shell"
- ],
- "author": "yiyun",
- "license": "ISC",
- "devDependencies": {
- "electron": "^10.1.5",
- "electron-packager": "^15.1.0"
- }
- }
|