mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
25 lines
642 B
JSON
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"
|
|
}
|
|
}
|