-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 938 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
31
32
33
34
35
{
"name": "protectus",
"version": "0.1.2",
"main": "webview-dist/index.js",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.0.0-beta"
},
"devDependencies": {
"typescript": "^4.9.5",
"@types/node": "^20.3.1",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.20.0",
"gts": "^5.3.0",
"prettier": "^2.8.8"
},
"scripts": {
"build": "tsc",
"gts-lint": "gts lint",
"clean": "gts clean",
"lint": "eslint --ext .ts,.tsx .",
"lint:fix": "eslint --fix --ext .ts,.tsx ."
},
"types": "webview-dist/index.d.ts",
"description": "Protectus acts as an interface between VmProtect-rust and our Applications",
"repository": {
"type": "git",
"url": "git+https://github.com/Dan0xE/protectus.git"
},
"author": "Daniel <Dan0xE>",
"bugs": {
"url": "https://github.com/Dan0xE/protectus/issues"
},
"homepage": "https://github.com/Dan0xE/protectus#readme"
}