UNPKG

@ibm/sourceorbit

Version:

IBM i dependency management tool

54 lines (53 loc) 1.48 kB
{ "name": "@ibm/sourceorbit", "version": "1.4.1", "description": "IBM i dependency management tool", "bin": { "so": "./dist/index.js" }, "publisher": "IBM", "main": "./dist/index.js", "types": "./dist/src/index.d.ts", "scripts": { "test": "vitest", "webpack:dev": "webpack --mode none --config ./webpack.config.js", "webpack": "webpack --mode production --config ./webpack.config.js", "local": "npm run webpack:dev && npm i -g", "deploy": "npm run webpack && npm i && npm publish --access public" }, "keywords": [ "ibmi", "iseries", "as400" ], "categories": [ "Other" ], "author": "IBM", "license": "Apache 2", "repository": { "url": "https://github.com/IBM/sourceorbit" }, "bugs": { "url": "https://github.com/IBM/sourceorbit/issues" }, "homepage": "https://ibm.github.io/sourceorbit/#/", "devDependencies": { "glob": "^7.2.0", "merge-options": "^3.0.4", "ts-loader": "^9.4.4", "typescript": "^5.8.2", "vitest": "^3.0.8", "vscode-clle": "github:IBM/vscode-clle", "vscode-db2i": "github:halcyon-tech/vscode-db2i", "vscode-displayfile": "github:halcyon-tech/vscode-displayfile", "vscode-rpgle": "github:halcyon-tech/vscode-rpgle", "webpack": "^5.24.3", "webpack-cli": "^4.5.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "crc-32": "https://cdn.sheetjs.com/crc-32-latest/crc-32-latest.tgz", "express": "^5.1.0" } }