UNPKG

@nodesecure/mama

Version:
52 lines (51 loc) 1.29 kB
{ "name": "@nodesecure/mama", "version": "2.2.0", "description": "Manifest Manager", "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -b", "prepublishOnly": "npm run build", "test-only": "node --test ./test/**/*.spec.ts", "test-types": "npm run build && tsd && attw --pack . --profile esm-only", "test": "c8 -r html npm run test-only && npm run test-types" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public", "provenance": true }, "repository": { "type": "git", "url": "https://github.com/NodeSecure/scanner", "directory": "workspaces/mama" }, "files": [ "dist" ], "keywords": [ "manifest", "manager", "pacote", "security" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/scanner/issues" }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/mama#readme", "dependencies": { "@nodesecure/npm-types": "^1.3.0", "@nodesecure/utils": "^2.3.0", "object-hash": "^3.0.0" }, "devDependencies": { "@types/object-hash": "^3.0.6" }, "tsd": { "directory": "test/types" } }