node-pluginsmanager
Version:
90 lines (75 loc) • 2.33 kB
JSON
{
"name": "node-pluginsmanager",
"version": "2.5.2",
"description": "A plugins manager",
"type": "commonjs",
"typings": "./lib/cjs/main.d.cts",
"main": "./lib/cjs/main.cjs",
"exports": {
".": {
"require": {
"types": "./lib/cjs/main.d.cts",
"default": "./lib/cjs/main.cjs"
}
}
},
"scripts": {
"prepare": "npx husky",
"clean": "npx rimraf ./lib/cjs",
"build": "npm run-script clean && npx tsc --project \"./tsconfig.json\"",
"lint": "npx eslint --config .eslintrc-src.js --ext .cts,.ts ./lib/src/**/* && npx eslint --config .eslintrc-tests.js ./bin/*.js ./test/**/*.js",
"check-requires": "npx used-deps-analyzer \"./package.json\" \"./lib/src\" --no-dev --overkill \"fs-extra\" \"node-promfs\"",
"check-updates": "npx check-version-modules",
"unit-tests": "npm run-script build && npx nyc --reporter=html --reporter=text mocha",
"tests": "npm run-script lint && npm run-script check-requires && npm run-script check-updates && npm run-script unit-tests"
},
"files": [
"/bin",
"/lib/cjs",
"/public"
],
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"check-version-modules": "2.1.3"
},
"devDependencies": {
"@types/express": "5.0.3",
"@types/node": "24.3.0",
"@types/socket.io": "3.0.2",
"@types/ws": "8.18.1",
"eslint-plugin-personnallinter": "git+ssh://git@github.com/Psychopoulet/eslint-plugin-personnallinter",
"express": "5.1.0",
"husky": "9.1.7",
"mocha": "11.7.1",
"node-pluginsmanager-plugin": "6.4.5",
"nyc": "17.1.0",
"rimraf": "6.0.1",
"socket.io": "4.8.1",
"typescript": "5.9.2",
"used-deps-analyzer": "0.1.8",
"ws": "8.18.3"
},
"optionalDependencies": {},
"husky": {
"hooks": {
"pre-push": "npm run-script tests"
}
},
"keywords": [
"plugin",
"manage",
"gestion"
],
"author": "Sébastien VIDAL",
"license": "ISC",
"homepage": "https://github.com/Psychopoulet/node-pluginsmanager#readme",
"repository": {
"type": "git",
"url": "git://github.com/Psychopoulet/node-pluginsmanager"
},
"bugs": {
"url": "https://github.com/Psychopoulet/node-pluginsmanager/issues"
}
}