We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d571426 commit 79ee0f5Copy full SHA for 79ee0f5
package.json
@@ -2,6 +2,14 @@
2
"name": "bash-env",
3
"version": "1.0.0",
4
"description": "A simulated bash environment with virtual filesystem",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/vercel-labs/bash-env.git"
8
+ },
9
+ "homepage": "https://github.com/vercel-labs/bash-env#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/vercel-labs/bash-env/issues"
12
13
"type": "module",
14
"main": "dist/bundle/index.js",
15
"types": "dist/index.d.ts",
0 commit comments