diff options
author | takase1121 <20792268+takase1121@users.noreply.github.com> | 2021-12-22 20:28:26 +0800 |
---|---|---|
committer | takase1121 <20792268+takase1121@users.noreply.github.com> | 2021-12-22 22:02:14 +0800 |
commit | 7bc11a2d1141925a37e7e497c762305023c2ae0d (patch) | |
tree | 380a9d34b367ed4b94dc4991775ce0985a5bda11 /scripts/package.json | |
parent | 05701641aa4e9f68c58a818c4f5a96a68d2e25c0 (diff) | |
download | lite-xl-plugins-7bc11a2d1141925a37e7e497c762305023c2ae0d.tar.gz lite-xl-plugins-7bc11a2d1141925a37e7e497c762305023c2ae0d.zip |
add CI and script to reorganize README
Diffstat (limited to 'scripts/package.json')
-rw-r--r-- | scripts/package.json | 18 |
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" + } +} |