nodeguy/package.json
2019-05-21 00:31:08 +02:00

25 lines
597 B
JSON

{
"name": "node_desktop",
"version": "1.0.0",
"description": "A cross platform library to build native desktop apps. Based on Qt5.",
"main": "dist/",
"author": "Atul R <atulanand94@gmail.com>",
"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": "qode demo.js"
},
"dependencies": {
"node-addon-api": "^1.6.3"
},
"gypfile": true
}