blob: 96e5d10dc4fccf229665ebf4c4051754d457aa61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "astal",
"version": "0.1.0",
"description": "Building blocks for buildin linux desktop shell",
"type": "module",
"devDependencies": {
"@ts-for-gir/cli": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.42.0",
"typescript": "^5.1.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint .",
"types": "ts-for-gir generate"
}
}
|