aboutsummaryrefslogtreecommitdiff
path: root/scripts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package.json')
-rw-r--r--scripts/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/package.json b/scripts/package.json
new file mode 100644
index 0000000..033f022
--- /dev/null
+++ b/scripts/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "scripts",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.mjs",
+ "scripts": {
+ "main": "node index.mjs"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "centra": "^2.5.0",
+ "p-limit": "^4.0.0",
+ "remark": "^14.0.2",
+ "remark-gfm": "^3.0.1",
+ "unist-util-select": "^4.0.1"
+ }
+}