UNPKG

innomind-vita

Version:

InnoMind Vita - AI-Powered Industrial Software Platform

81 lines (80 loc) 2.91 kB
{ "name": "innomind-vita", "version": "0.0.1", "description": "InnoMind Vita - AI-Powered Industrial Software Platform", "scripts": { "build": "vite build", "dev": "vite", "preview": "vite preview", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:integration": "jest -c jest.config.integration.js", "test:integration:browser": "jest -c jest.config.integration.js --testMatch='**/browser/**/*.integration.test.ts'", "test:integration:node": "jest -c jest.config.integration.js --testMatch='**/node/**/*.integration.test.ts'", "test:integration:electron": "jest -c jest.config.integration.js --testMatch='**/electron/**/*.integration.test.ts'", "test:e2e": "testcafe chrome tests/e2e", "lint": "pnpm -r lint", "clean": "pnpm -r clean", "type-check": "tsc --noEmit", "lint:es": "eslint . --ext .ts,.tsx", "format": "prettier --write \"**/*.{ts,tsx,md,json}\"", "prepare": "husky install", "dev:node": "cross-env NODE_ENV=development nodemon", "debug:node": "cross-env NODE_ENV=development node --inspect -r ts-node/register -r tsconfig-paths/register ./packages/studio/src/main.ts", "build:node": "tsc -p tsconfig.node.json", "start:node": "cross-env NODE_ENV=production node ./packages/studio/dist/main.js", "start:prod": "cross-env NODE_ENV=production pm2 start pm2.config.json", "stop:prod": "pm2 stop innomind-vita", "restart:prod": "pm2 restart innomind-vita", "logs:prod": "pm2 logs innomind-vita" }, "keywords": [ "innomind", "vita", "industrial", "software", "ai" ], "author": "InnoTech", "license": "UNLICENSED", "engines": { "node": ">=18.0.0", "pnpm": ">=8.0.0" }, "workspaces": [ "packages/*" ], "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", "@faker-js/faker": "^9.4.0", "@testing-library/jest-dom": "^6.1.6", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11", "@types/node": "^20.10.6", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.18.1", "cross-env": "^7.0.3", "dotenv": "^16.4.7", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^15.2.0", "msw": "^2.7.0", "nodemon": "^3.1.9", "prettier": "^3.1.1", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.3.3", "vite": "^6.0.7", "vite-tsconfig-paths": "^5.1.4" } }