{ "name": "startup-run", "version": "0.0.10", "description": "Run scripts at startup with ease.", "repository": "https://github.com/vilic/startup-run.git", "license": "MIT", "author": "vilicvane", "type": "module", "exports": { "types": "./bld/library/index.d.ts", "default": "./bld/library/index.js" }, "scripts": { "3": "pnpm install && pnpm dedupe && pnpm install", "build": "rimraf ./bld && tsc --build", "lint": "eslint --no-error-on-unmatched-pattern --report-unused-disable-directives . && run-in-every eslint-project --parallel --echo -- eslint --no-error-on-unmatched-pattern --report-unused-disable-directives .", "lint-prettier": "prettier --check .", "bare-test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", "test": "pnpm lint-prettier && pnpm build && pnpm lint && pnpm bare-test" }, "dependencies": { "@types/fs-extra": "^11.0.2", "@types/winreg": "^1.2.33", "chalk": "^5.3.0", "command-join": "^3.0.0", "fs-extra": "^11.1.1", "main-function": "^0.1.7", "tslib": "^2.6.2", "winreg": "1.2.4" }, "devDependencies": { "@mufan/eslint-plugin": "^0.2.14", "@types/node": "^20.8.2", "@types/jest": "^29.5.7", "cross-env": "^7.0.3", "eslint": "^8.53.0", "jest": "^29.7.0", "prettier": "^3.0.3", "rimraf": "^5.0.5", "run-in-every": "^0.2.0", "typescript": "^5.2.2" } }