slint/api/node/package.json
2023-09-05 15:46:36 +02:00

25 lines
666 B
JSON

{
"name": "slint-ui",
"version": "1.3.0",
"homepage": "https://github.com/slint-ui/slint",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/slint-ui/slint"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/node": "^14.11.11",
"neon-cli": "^0.4",
"typescript": "^4.0.3"
},
"scripts": {
"install": "neon build --release && tsc",
"build": "tsc",
"docs": "typedoc --hideGenerator --readme cover.md lib/index.ts"
},
"devDependencies": {
"typedoc": "^0.19.2"
}
}