scimmy-routers
Version:
SCIMMY Express Routers
83 lines (82 loc) • 1.74 kB
JSON
{
"name": "scimmy-routers",
"description": "SCIMMY Express Routers",
"version": "1.3.2",
"author": "sleelin",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=16"
},
"main": "./dist/routers.js",
"types": "./dist/routers.d.ts",
"exports": {
"import": {
"types": "./dist/routers.d.ts",
"default": "./dist/routers.js"
},
"require": {
"types": "./dist/routers.d.ts",
"default": "./dist/routers.cjs"
}
},
"scripts": {
"test": "node packager.js -t test",
"test:ci": "node packager.js -t test:ci",
"clean": "node packager.js -t clean",
"build": "node packager.js -t build",
"prepare": "node packager.js -t prepack"
},
"files": [
"dist/**"
],
"keywords": [
"SCIM",
"provisioning",
"identity",
"rfc7643",
"rfc7644"
],
"homepage": "https://github.com/scimmyjs/scimmy-routers#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/scimmyjs/scimmy-routers.git"
},
"imports": {
"#@/*": {
"default": "./src/*"
}
},
"c8": {
"all": true,
"check-coverage": true,
"include": [
"src/**/*.js"
],
"reporter": [
"clover",
"lcov"
]
},
"bugs": {
"url": "https://github.com/scimmyjs/scimmy-routers/issues"
},
"peerDependencies": {
"express": ">=4.18",
"scimmy": "1.x"
},
"devDependencies": {
"@types/express": "^4.17.21",
"c8": "^10.1.3",
"chalk": "^5.3.0",
"express": "^4.21.2",
"minimist": "^1.2.8",
"mocha": "^11.0.1",
"ostensibly-typed": "^1.2.1",
"rollup": "^4.31.0",
"scimmy": "^1.3.3",
"sinon": "^19.0.2",
"supertest": "^7.0.0",
"typescript": "^5.7.2"
}
}