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.
2 parents 4a6420c + 1ae9438 commit 0bf3a3eCopy full SHA for 0bf3a3e
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zenstackhq/proxy",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"description": "A CLI tool to run an Express server that proxies CRUD requests to a ZenStack backend",
5
"main": "index.js",
6
"publishConfig": {
@@ -12,7 +12,9 @@
12
"url": "https://github.com/zenstackhq/proxy"
13
},
14
"bin": {
15
- "zenstack-proxy": "./bin/cli.js"
+ "zenstack-proxy": "./bin/cli.js",
16
+ "zenstack-studio": "./bin/cli.js",
17
+ "zen-studio": "./bin/cli.js"
18
19
"scripts": {
20
"clean": "rimraf dist",
@@ -44,5 +46,11 @@
44
46
"copyfiles": "^2.4.1",
45
47
"rimraf": "^4.0.0",
48
"typescript": "^5.0.0"
49
+ },
50
+ "exports": {
51
+ ".": {
52
+ "import": "./index.js",
53
+ "require": "./index.js"
54
+ }
55
}
56
0 commit comments