UNPKG

@villedemontreal/scripting

Version:
88 lines (87 loc) 2.39 kB
{ "name": "@villedemontreal/scripting", "version": "4.0.2", "description": "Scripting core utilities", "main": "dist/src/index.js", "typings": "dist/src", "files": [ "src", "dist", "assets" ], "engines": { "node": ">= 24" }, "scripts": { "start": "node run test", "compile": "node run compile", "show-tsconfig": "tsc --showConfig", "test": "node run test", "lint": "node run lint", "lint-fix": "node run lint-fix", "ncu": "ncu --target minor -x @types/node", "ncu-fix": "ncu -u --target minor -x @types/node", "watch": "node run watch", "sonar-init": "node run sonar-init", "sonar": "node run sonar" }, "repository": { "type": "git", "url": "git+https://github.com/villedemontreal/node-core-libs.git", "directory": "packages/node-scripting" }, "homepage": "https://github.com/villedemontreal/node-core-libs", "keywords": [ "montreal", "node.js", "utilities", "scripts", "scripting" ], "author": "Ville de Montréal", "license": "MIT", "dependencies": { "@villedemontreal/caporal": "4.0.2", "@villedemontreal/general-utils": "6.0.2", "fs-extra": "11.3.3", "is-class": "0.0.9", "java-properties": "1.0.2", "lodash": "4.17.21", "node-notifier": "10.0.1", "sonar-scanner": "3.1.0", "superagent": "10.2.3" }, "devDependencies": { "@eslint/eslintrc": "3.3.3", "@eslint/js": "9.39.2", "@types/chai": "5.2.3", "@types/chai-as-promised": "8.0.2", "@types/fs-extra": "11.0.4", "@types/lodash": "4.17.21", "@types/mocha": "10.0.10", "@types/node-notifier": "8.0.5", "@types/sinon": "21.0.0", "@types/sinon-chai": "4.0.0", "@types/superagent": "8.1.9", "@typescript-eslint/eslint-plugin": "8.50.1", "@typescript-eslint/parser": "8.50.1", "@typescript-eslint/utils": "^8.50.1", "@villedemontreal/mocha-jenkins-reporter": "0.4.18", "c8": "10.1.3", "chai": "6.2.2", "chai-as-promised": "8.0.2", "eslint": "9.39.2", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.4", "execa": "^9.6.1", "globals": "16.5.0", "mocha": "11.7.5", "mock-spawn": "0.2.6", "nock": "14.0.10", "prettier": "3.7.4", "sinon": "21.0.1", "sinon-chai": "4.0.1", "source-map-support": "0.5.21", "typescript": "5.9.3" } }