UNPKG

@launchmenu/applet-session-manager

Version:
59 lines (58 loc) 1.81 kB
{ "name": "@launchmenu/applet-session-manager", "version": "0.1.4", "description": "An applet to manage sessions", "types": "build/index.d.ts", "files": [ "build/**/*" ], "main": "build/index.js", "scripts": { "build": "lm-build-tools --build --production", "dev": "lm-build-tools --watch", "start": "lm-build-tools --launch --production", "start:dev": "lm-build-tools --launch", "clean": "lm-build-tools --cleanup", "test": "jest -i", "test-watch": "jest --watch -i", "test-watch-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch --config=\"jest.config.js\"", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/LaunchMenu/LaunchMenu.git" }, "keywords": [ "LaunchMenu", "Sessions", "Applet", "LaunchMenu Applet" ], "author": "Tar van Krieken", "license": "MIT", "bugs": { "url": "https://github.com/LaunchMenu/LaunchMenu/issues" }, "homepage": "https://github.com/LaunchMenu/LaunchMenu/tree/master/packages/core-applets/session-manager#readme", "peerDependencies": { "model-react": "^4.0.1", "react": "^17.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.5.0", "@testing-library/react": "^10.0.3", "@types/jest": "^26.0.0", "@types/react": "^17.0.0", "jest": "^26.0.1", "model-react": "^4.0.1", "react": "^17.0.0", "ts-jest": "^26.1.0" }, "dependencies": { "@launchmenu/core": "^0.1.4" }, "gitHead": "9d8338330c7b45535af3652d3efc24be68010286", "publishConfig": { "access": "public" } }