UNPKG

@criticalmanufacturing/node-package-bundler

Version:
60 lines 2.13 kB
{ "name": "@criticalmanufacturing/node-package-bundler", "version": "1.0.2", "description": "Connect IoT Package Bundler", "keywords": [ "CMF", "IoT" ], "bin": { "packageBundler": "./src/index.js" }, "homepage": "https://github.com/criticalmanufacturing/node-packagebundler", "scripts": { "build": "tsc", "test": "mocha ./test/*.test.js --timeout 5000 --exit", "test:coverage": "nyc -r cobertura -r lcov -r text-summary npm run test -R mocha-multi-reporters --reporter-options configFile=mocha-multi-reporters-config.json", "watch": "npm run watchPackage", "watchPackage": "tsc --preserveWatchOutput -w", "watchTests": "tsc -p ./test --preserveWatchOutput -w", "lint": "eslint ./**/*.ts", "lint:fix": "eslint ./**/*.ts --fix", "prepublishOnly": "npm run build" }, "devDependencies": { "@types/chai": "4.3.16", "@types/chai-as-promised": "7.1.2", "@types/chai-spies": "1.0.6", "@types/fs-extra": "11.0.4", "@types/mocha": "10.0.10", "@types/node": "22.10.5", "@types/sinon": "17.0.3", "@types/unzipper": "0.10.10", "@types/yargs": "17.0.33", "@types/yosay": "2.0.3", "@typescript-eslint/eslint-plugin": "8.19.1", "@typescript-eslint/parser": "8.19.1", "chai": "4.4.1", "chai-as-promised": "7.1.2", "eslint": "9.17.0", "eslint-plugin-mocha": "10.5.0", "mocha": "11.0.1", "mocha-junit-reporter": "2.2.1", "mocha-lcov-reporter": "1.3.0", "mocha-multi-reporters": "1.5.1", "nyc": "17.1.0", "sinon": "19.0.2", "typescript": "5.7.2" }, "dependencies": { "@swc/core": "1.10.6", "@vercel/ncc": "0.38.3", "fs-extra": "11.2.0", "inversify": "6.2.1", "reflect-metadata": "0.2.2", "yargs": "17.7.2", "unzipper": "0.12.3" }, "license": "GPL-3.0", "author": "Critical Manufacturing" }