-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "pytauri",
"private": true,
"license": "APACHE-2.0",
"type": "module",
"engines": {
"node": ">=20"
},
"scripts": {},
"devDependencies": {
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-security": "^3.0.1",
"typescript-eslint": "^8.6.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"tslib": "^2.6.2",
"rollup": "^4.9.6",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-replace": "^6.0.1",
"@types/node": "^22.7.4",
"pyright": "^1",
"@commitlint/types": "^19.5.0",
"@tauri-apps/api": "^2",
"tauri-plugin-pytauri-api": "workspace:*"
},
"packageManager": "[email protected]+sha256.355a8ab8dbb6ad41befbef39bc4fd6b5df85e12761d2724bd01f13e878de4b13"
}