mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
22 lines
542 B
JSON
22 lines
542 B
JSON
{
|
|
"name": "@glueops/autoglue-sdk-go",
|
|
"version": "0.1.0",
|
|
"description": "OpenAPI client for @glueops/autoglue-sdk-go",
|
|
"author": "OpenAPI-Generator",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"module": "./dist/esm/index.js",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "tsc && tsc -p tsconfig.esm.json",
|
|
"prepare": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.0 || ^5.0"
|
|
}
|
|
}
|