{ "name": "node-native-ui", "version": "1.0.0", "description": "A cross platform library to build native desktop apps. Based on Qt5.", "main": "dist/", "author": "Atul R ", "license": "MIT", "private": false, "devDependencies": { "@types/lodash": "^4.14.130", "@types/node": "^12.0.2", "node-gyp": "^4.0.0", "typescript": "^3.4.5" }, "scripts": { "build:addon": "node-gyp -j 8 rebuild", "build:lib": "rm -rf ./dist/ && tsc", "dev": "yarn build:lib && qode dist/demo.js" }, "dependencies": { "node-addon-api": "^1.6.3" }, "gypfile": true }