mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 12:14:48 +02:00
17 lines
311 B
JSON
17 lines
311 B
JSON
{
|
|
"name": "generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"generate": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"jsdom": "^16.6.0",
|
|
"sitemap": "^7.0.0"
|
|
}
|
|
}
|