UNPKG

@villedemontreal/scripting

Version:
81 lines (80 loc) 2.19 kB
{ "name": "@villedemontreal/scripting", "version": "2.3.2", "description": "Scripting core utilities", "main": "dist/src/index.js", "typings": "dist/src", "files": [ "src", "dist", "assets" ], "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": "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": { "@caporal/core": "2.0.7", "@types/fs-extra": "11.0.4", "@types/lodash": "4.17.20", "@villedemontreal/general-utils": "5.19.2", "fs-extra": "11.3.1", "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": { "@types/chai": "4.3.20", "@types/chai-as-promised": "8.0.2", "@types/chai-string": "1.4.5", "@types/mocha": "10.0.10", "@types/node-notifier": "8.0.5", "@types/sinon": "17.0.4", "@types/sinon-chai": "3.2.12", "@types/superagent": "8.1.9", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "chai": "4.5.0", "chai-as-promised": "7.1.2", "chai-string": "1.6.0", "eslint": "8.57.1", "eslint-config-prettier": "8.10.2", "eslint-plugin-prettier": "5.5.4", "mocha": "10.8.2", "mock-spawn": "0.2.6", "nock": "13.5.6", "nyc": "17.1.0", "prettier": "3.6.2", "sinon": "19.0.5", "sinon-chai": "3.7.0", "source-map-support": "0.5.21", "typescript": "5.9.2" } }