@bugsplat/elfy
Version:
Tiny utility for parsing ELF/SELF files.
31 lines (30 loc) • 634 B
JSON
{
"name": "@bugsplat/elfy",
"version": "1.0.1",
"description": "Tiny utility for parsing ELF/SELF files.",
"main": "dist/index.js",
"scripts": {
"test": "ts-node node_modules/jasmine/bin/jasmine",
"build": "tsc",
"prerelease": "npm run build",
"release": "npm publish --access public"
},
"keywords": [
"bugsplat",
"elf",
"debug",
"uuid"
],
"author": "@bobbyg603",
"license": "MIT",
"files": [
"dist"
],
"devDependencies": {
"@types/jasmine": "^5.1.4",
"@types/node": "^20.11.16",
"jasmine": "^5.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}