@nodesecure/mama
Version:
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "@nodesecure/mama",
"version": "1.6.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": "tsx --test ./test/**/*.spec.ts",
"test:tsd": "npm run build && tsd",
"test": "c8 -r html npm run test-only && npm run test:tsd"
},
"files": [
"dist"
],
"keywords": [
"manifest",
"manager",
"pacote",
"security"
],
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"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/mama#readme",
"dependencies": {
"@nodesecure/npm-types": "^1.2.0",
"@nodesecure/utils": "^2.3.0",
"object-hash": "^3.0.0"
},
"devDependencies": {
"@types/object-hash": "^3.0.6"
},
"tsd": {
"directory": "test/types"
}
}