gcc-mapfile-tool
Version:
Mapfile tool for parsing GCC mapfiles
42 lines (41 loc) • 801 B
JSON
{
"name": "gcc-mapfile-tool",
"version": "1.0.2",
"description": "Mapfile tool for parsing GCC mapfiles",
"repository": {
"type": "git",
"url": "https://github.com/Andste82/gcc-mapfile-tool.git"
},
"main": "./src/index.mjs",
"bin": {
"gcc-mapfile-tool": "./src/cli.mjs"
},
"author": "Andste82",
"license": "MIT",
"keywords": [
"GCC",
"mapfile",
"memory layout",
"embedded",
"development",
"maker",
"µController"
],
"tags": [
"mapfile",
"parser",
"gcc"
],
"dependencies": {
"command-line-args": "^6.0.1"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"globals": "^15.14.0"
},
"scripts": {
"lint": "eslint ./src/**/*.mjs",
"lint-fix": "eslint --fix ./src/**/*.mjs"
}
}