-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
36
37
38
39
{
"name": "setil",
"version": "0.0.1-a",
"description": "node.js SEA utility",
"homepage": "https://github.com/AngeloCore/setil#readme",
"main": "lib/index.js",
"types": "types/index.d.ts",
"author": "Angelo II",
"scripts": {
"format": "prettier --write src/**",
"cleanup": "node scripts/cleanup.mjs",
"build": "tsc",
"build:check": "tsc --noEmit",
"test": "tsx test/index.test.ts",
"test:clean": "npm run test && npm run cleanup",
"prepublishOnly": "pnpm build:check && pnpm test:clean && pnpm build && pnpm format"
},
"devDependencies": {
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.6.5",
"pe-parser": "^1.0.11",
"prettier": "^3.0.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
},
"dependencies": {
"fs-extra": "^11.1.1",
"portable-executable-signature": "^2.0.0",
"postject": "1.0.0-alpha.6",
"smob": "^1.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AngeloCore/setil.git"
},
"bugs": {
"url": "hhttps://github.com/AngeloCore/setil/issues"
}
}