-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ts-capstone",
"author": "n0thhhing",
"version": "0.1.5",
"module": "src/capstone.ts",
"main": "src/capstone.ts",
"devDependencies": {
"@types/bun": "^1.1.15",
"@types/emscripten": "^1.39.10",
"@types/node": "^22.10.5",
"bun-types": "^1.0.36",
"typescript": "^5.0.0"
},
"files": [
"bin",
"src",
"LICENSE",
"README.md"
],
"type": "module",
"types": "./src/capstone.d.ts",
"typings": "./src/capstone.d.ts",
"homepage": "https://github.com/n0thhhing/ts-capstone",
"repository": {
"type": "git",
"url": "https://github.com/n0thhhing/ts-capstone"
},
"keywords": [
"capstone",
"disassembler",
"disassembly",
"ASM",
"asm",
"ARM",
"arm",
"thumb",
"ARM64",
"arm64",
"aarch64",
"PowerPC",
"powerpc",
"PPC",
"ppc",
"x86",
"x86_64",
"i386",
"MIPS",
"mips",
"Sparc",
"sparc",
"SystemZ",
"systemz",
"typescript",
"assembly",
"emscripten",
"bindings",
"port",
"emcc"
],
"license": "MIT"
}