UNPKG

@nodesecure/flags

Version:
61 lines (60 loc) 1.45 kB
{ "name": "@nodesecure/flags", "version": "3.0.3", "description": "NodeSecure security flags", "scripts": { "prepublishOnly": "npm run build", "build": "tsc & cp -R ./src/flags ./dist/flags", "test": "glob -c \"tsx --test\" \"./test/**/*.spec.ts\"", "coverage": "c8 -r html npm test", "lint": "eslint index.js", "generateFlags": "tsx scripts/generateFlags.js" }, "repository": { "type": "git", "url": "git+https://github.com/NodeSecure/flags.git" }, "keywords": [ "nodesecure", "flags", "documentation" ], "exports": { ".": { "import": "./dist/index.js" }, "./web": { "types": "./dist/web.d.ts", "import": "./dist/web.js" }, "./package.json": "./package.json" }, "types": "./dist/index.d.ts", "modes": { "web": "dist/web.js" }, "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "files": [ "dist" ], "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/flags/issues" }, "homepage": "https://github.com/NodeSecure/flags#readme", "devDependencies": { "@openally/config.eslint": "^2.0.0", "@openally/config.typescript": "^1.0.3", "@types/node": "^22.2.0", "@types/turndown": "^5.0.5", "c8": "^10.1.2", "glob": "^11.0.0", "tsx": "^4.17.0", "turndown": "^7.1.2", "typescript": "^5.5.4" }, "type": "module", "engines": { "node": ">=20" } }