UNPKG

pexe

Version:

The Windows Executables Viewer

32 lines (31 loc) 547 B
{ "name": "pexe", "version": "0.1.1", "description": "The Windows Executables Viewer", "main": "index.js", "private": false, "repository": { "type": "git", "url": "https://gitlab.com/advaex/pexe" }, "scripts": { "test": "jest", "build": "tsc" }, "keywords": [ "windows", "exe", "dll", "lib", "MZ", "microsoft", "executables", "parser" ], "author": "Kulagin Yuri (@jkulvich)", "license": "MIT", "devDependencies": { "jest": "^26.0.1", "typescript": "^3.9.3" } }