plotter_tools/sticky/package.json

17 lines
359 B
JSON

{
"name": "sticky",
"version": "0.0.1",
"description": "Generate a sticky note",
"main": "sticky.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mattmcw",
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1",
"fs-extra": "^9.1.0",
"hersheytext": "github:mattmcw/hersheytextjs"
}
}