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 058bf0c commit 0b04fdaCopy full SHA for 0b04fda
package.json
@@ -4,7 +4,7 @@
4
"description": "The CodeSandbox SDK",
5
"author": "CodeSandbox",
6
"license": "MIT",
7
- "repository": "git+https://github.com/codesandbox/codesandbox-applications.git",
+ "repository": "git+https://github.com/codesandbox/codesandbox-sdk.git",
8
"bin": {
9
"csb": "dist/bin/codesandbox.js"
10
},
@@ -93,11 +93,10 @@
93
"prettier": "^2.2.1",
94
"semver": "^6.3.0",
95
"tslib": "^2.1.0",
96
+ "typescript": "^5.7.2",
97
"util": "0.12.5",
98
"why-is-node-running": "^2.3.0",
99
"yargs": "^17.7.2"
100
- "dependencies": {
101
- "typescript": "^5.7.2"
102
- }
+ "dependencies": {}
103
}
0 commit comments