You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
449 B
JSON
21 lines
449 B
JSON
{
|
|
"name": "node-zenity",
|
|
"description": "Node zenity bindings with typescript support",
|
|
"version": "1.0.0",
|
|
"author": "Kuba Orlik <kontakt@kuba-orlik.name>",
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"types": "./@types/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "npm run build -- --watch",
|
|
"install": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^14.14.17"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|