17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"name": "numbers",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1",
|
|
"fs-extra": "^10.0.0",
|
|
"hersheytext": "github:mattmcw/hersheytextjs"
|
|
}
|
|
}
|