{ "name": "@nodegui/nodegui", "version": "0.34.0", "description": "A cross platform library to build native desktop apps.", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Atul R ", "license": "MIT", "private": false, "bin": { "qode": "scripts/qode.js" }, "funding": { "url": "https://github.com/sponsors/a7ul" }, "scripts": { "dev": "cross-env npm run build && node ./scripts/qode.js dist/demo.js", "build": "cross-env tsc && npm run build:addon", "postinstall": "cross-env npm run setupqt && (node ./scripts/skip.js || npm run build:addon)", "setupqt": "cross-env node ./scripts/setupMiniQt.js", "build:addon": "cross-env CMAKE_BUILD_PARALLEL_LEVEL=8 cmake-js compile", "test": "node ./scripts/qode.js ./node_modules/jest/bin/jest -i", "lint:cpp": "cross-env clang-format -i --glob=src/cpp/**/*.[h,c]*", "lint:ts": "cross-env tsc --noEmit && cross-env eslint './src/**/*.{ts,tsx,js,jsx}' --fix", "docs": "cross-env typedoc && node ./website/docs/scripts/fixdocs.js", "qode": "cross-env node ./scripts/qode.js", "prepublishOnly": "cross-env npm run build" }, "engines": { "node": ">=14.x.x" }, "engineStrict": false, "dependencies": { "@nodegui/artifact-installer": "^1.1.0", "@nodegui/qode": "^2.1.0", "cmake-js": "^6.1.0", "cross-env": "^7.0.3", "cuid": "^2.1.6", "manage-path": "^2.0.0", "memoize-one": "^5.1.1", "node-addon-api": "^3.1.0", "postcss-nodegui-autoprefixer": "0.0.7" }, "devDependencies": { "@types/bindings": "^1.5.0", "@types/jest": "^26.0.20", "@types/node": "^14.14.22", "@typescript-eslint/eslint-plugin": "^4.13.0", "@typescript-eslint/parser": "^4.13.0", "clang-format": "^1.5.0", "eslint": "^6.6.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.3.1", "husky": "^4.3.8", "jest": "^25.5.4", "prettier": "^2.2.1", "ts-jest": "^25.5.1", "typedoc": "^0.17.8", "typedoc-plugin-markdown": "^2.4.2", "typescript": "^4.1.3" }, "binary": { "napi_versions": [ 3 ] }, "husky": { "hooks": { "pre-push": "npm run build && npm run lint:ts && npm run lint:cpp && npm run test" } }, "repository": { "type": "git", "url": "git+https://github.com/nodegui/nodegui.git" }, "keywords": [ "nodegui", "gui", "qt", "nodejs", "css", "desktop" ], "bugs": { "url": "https://github.com/nodegui/nodegui/issues" }, "homepage": "https://github.com/nodegui/nodegui#readme" }