@forge/response
0.2.80.2.8-experimental-04cc2b9
package.json~
package.jsonModified+12−1
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/response",
- "version": "0.2.8",
+ "version": "0.2.8-experimental-04cc2b9",
"description": "Contains object to do validation of response objects at time of invocation",
"main": "out/index.js",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
@@ -13,6 +13,17 @@
"tslib": "^2.6.2"
},
"publishConfig": {
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
+ },
+ "peerDependencies": {
+ "typescript": ">=5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ },
+ "devDependencies": {
+ "typescript": "5.9.2"
}
}