Skip to content

Commit

Permalink
Add engines
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 29, 2023
1 parent 9f4ca97 commit 641b8f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"type": "module",
"name": "notion-to-astro",
"name": "@valtown/notion-to-astro",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"notion-to-astro": "./index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
Expand All @@ -24,5 +27,8 @@
"unified": "^11.0.4",
"unist-util-map": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": ">= 18"
}
}

0 comments on commit 641b8f0

Please sign in to comment.