We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af133cd commit 17e5b05Copy full SHA for 17e5b05
bpkg.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "inline-source",
3
+ "author": "Ben Peachey <potherca@gmail.com>",
4
+ "dependencies": {
5
+ "potherca-bash/includes": "v0.1.0"
6
+ },
7
+ "dev-dependencies": {
8
+ "mvdan/sh": "v3.2.1",
9
+ "koalaman/shellcheck": "v0.7.1"
10
11
+ "description": "Inline `source`-ed code.",
12
+ "files": [
13
+ "LICENSE",
14
+ "README.md"
15
+ ],
16
+ "global": "true",
17
+ "install": "install -b dist/inline_source ${PREFIX:-/usr/local}/bin/inline_source && chmod +x ${PREFIX:-/usr/local}/bin/inline_source",
18
+ "license": "MPL-2.0",
19
+ "scripts": [
20
+ "dist/inline_source"
21
22
+ "version": "0.1.0"
23
+}
0 commit comments