UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

113 lines 3.26 kB
{ "name": "dt-app", "version": "0.148.1", "license": "Apache-2.0", "description": "The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.", "homepage": "https://dt-url.net/bm034a8", "keywords": [ "Dynatrace-AppEngine", "App-Toolkit", "develop", "build", "publish", "deploy" ], "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { "node": ">=20" }, "bin": { "dtp-cli": "./lib/src/bin.js", "dt-app": "./lib/src/bin.js" }, "files": [ "migrations.json", "lib", "!**/*.tsbuildinfo", "!**/*.js.map" ], "scripts": {}, "dt": { "migrations": [ { "version": "0.116.0", "title": "Use old runtime simulator", "migrationFactory": "./lib/src/migrations/0.116.0/index.js", "description": "revert types to the old runtime-simulator" }, { "version": "0.119.0", "title": "Delete .tokens.json", "migrationFactory": "./lib/src/migrations/0.119.0/index.js", "description": "delete .tokens.json file" }, { "version": "0.123.0", "title": "Remove namespace", "migrationFactory": "./lib/src/migrations/0.123.0/index.js", "description": "remove namespace @dynatrace from @dynatrace/dt-app package" }, { "version": "0.130.0", "title": "Add typescript as dependency", "migrationFactory": "./lib/src/migrations/0.130.0/index.js", "description": "get types from the new js-runtime and add typescript to package.json dependencies" }, { "version": "0.144.0", "title": "Change app icon configuration", "migrationFactory": "./lib/src/migrations/0.144.0/index.js", "description": "move the icon configuration from root to the app property" }, { "version": "0.146.0", "title": "Rename app.config.ts", "migrationFactory": "./lib/src/migrations/0.146.0/index.js", "description": "rename app.config.ts to app.config.cts" } ] }, "dependencies": { "@babel/code-frame": "^7.12.13", "@dynatrace/devkit": "^0.3.2", "@dynatrace/js-runtime": "^1.61.1", "@dynatrace/openkit-js": "^4.0.0", "@dynatrace/runtime-simulator": "^0.14.0", "@fastify/cors": "^11.0.0", "@types/jsdom": "^21.1.7", "adm-zip": "0.5.16", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", "ansi-to-html": "0.7.2", "chalk": "^4.1.2", "chokidar": "^3.6.0", "cli-table3": "0.6.5", "commander": "^8.3.0", "detect-indent": "^6.1.0", "dotenv": "^16.0.0", "esbuild": "0.25.5", "fast-glob": "^3.3.2", "fastify": "^5.3.2", "inquirer": "^7.3.3", "jsdom": "26.1.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "micromatch": "^4.0.8", "mime-types": "^3.0.1", "mkdirp": "^3.0.1", "node-forge": "^1.3.1", "open": "^8.4.2", "ora": "^5.4.1", "punycode": "^2.3.1", "semver": "^7.5.4", "tslib": "^2.0.3", "undici": "^6.21.0", "ws": "^8.17.1", "yaml": "^2.5.1" }, "devDependencies": {}, "peerDependencies": { "typescript": ">=4.9.5 || <=5.6.2" } }