fjall 0.0.1 → 0.88.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/fjall.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ await import('@fjall/cli/dist/src/cli.js');
package/package.json CHANGED
@@ -1,17 +1,25 @@
1
1
  {
2
2
  "name": "fjall",
3
- "version": "0.0.1",
4
- "description": "Reserved name for future Fjall CLI",
3
+ "version": "0.88.4",
4
+ "description": "Fjall CLI",
5
+ "type": "module",
5
6
  "bin": {
6
- "fjall": "placeholder.js"
7
+ "fjall": "bin/fjall.js"
7
8
  },
8
9
  "files": [
9
- "placeholder.js"
10
+ "bin/"
10
11
  ],
12
+ "dependencies": {
13
+ "@fjall/cli": "^0.88.4"
14
+ },
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
11
18
  "scripts": {
12
- "prepare": "chmod +x placeholder.js"
19
+ "build": "echo 'No build step required'"
20
+ },
21
+ "engines": {
22
+ "node": ">=18.0.0"
13
23
  },
14
- "keywords": [],
15
- "author": "Your Name",
16
- "license": "UNLICENSED"
24
+ "gitHead": "bae02efe8e447ef008c7bc3eef3398ded4872f42"
17
25
  }
package/placeholder.js DELETED
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env node
2
- console.log("The Fjall CLI will be available here soon. Stay tuned!");