{ "name": "react-nodegui-starter", "version": "1.0.0", "main": "index.js", "author": "Atul R ", "license": "MIT", "private": true, "scripts": { "start:watch": "nodemon -e js,ts,tsx --ignore dist/ --ignore node_modules/ --exec yarn start", "start": "tsc && qode ./dist/index.js" }, "dependencies": { "@nodegui/nodegui": "^0.1.3", "@nodegui/react-nodegui": "^0.1.1", "react": "^16.9.0" }, "devDependencies": { "nodemon": "latest", "@types/node": "^12.6.8", "@types/react": "^16.8.23", "typescript": "^3.5.3" } }