slint/api/sixtyfps-node/package.json
2021-10-07 09:36:43 +00:00

25 lines
642 B
JSON

{
"name": "sixtyfps",
"version": "0.1.4",
"homepage": "https://github.com/sixtyfpsui/sixtyfps",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/sixtyfpsui/sixtyfps"
},
"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 lib/index.ts"
},
"devDependencies": {
"typedoc": "^0.19.2"
}
}