UNPKG

@vitron/main

Version:

This is a utility package for the main process.

61 lines (60 loc) 1.6 kB
{ "name": "@vitron/main", "version": "2.0.0-alpha.1", "description": "This is a utility package for the main process.", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/" ], "author": { "name": "Peter Placzek", "email": "contact@tada5hi.net", "url": "https://github.com/tada5hi" }, "repository": { "type": "git", "url": "https://github.com/tada5hi/vitron.git" }, "scripts": { "build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json", "build:js": "rollup -c", "build": "rimraf ./dist && cross-env NODE_ENV=production npm run build:js && npm run build:types" }, "keywords": [ "electron", "vite", "app", "vitron", "runtime" ], "engines": { "node": ">=16.0.0" }, "license": "MIT", "dependencies": { "@routup/static": "^1.0.1", "ebec": "^1.1.0", "get-port-please": "^3.0.1", "routup": "^1.0.2" }, "devDependencies": { "electron": "^26.1.0" }, "peerDependencies": { "electron": "20.x || 21.x || 22.x || 23.x || 24.x || 25.x || 26.x" }, "publishConfig": { "access": "public" }, "gitHead": "f9085f48f64964683375e1cb13f02da91862cf0e" }