mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 22:47:55 -05:00
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"name": "my-svg-embed",
|
|
"version": "1.0.0",
|
|
"description": "Inline SVG files into the Markdown AST",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ben Edgington",
|
|
"license": "ISC"
|
|
}
|