UNPKG

@nodesecure/utils

Version:
36 lines (35 loc) 840 B
{ "name": "@nodesecure/utils", "version": "2.3.0", "description": "NodeSecure utilities", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test-only": "tsx --test \"./test/**/*.spec.ts\"", "test": "c8 -r html npm run test-only" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/NodeSecure/scanner.git" }, "bugs": { "url": "https://github.com/NodeSecure/scanner/issues" }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/utils#readme", "keywords": [ "utils", "nsecure", "nodesecure" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "license": "MIT" }