From 30d8a135092a993ed77de13044f2d88cf4b6fbc5 Mon Sep 17 00:00:00 2001 From: fraxken Date: Tue, 23 Jan 2024 13:33:27 +0100 Subject: [PATCH] fix: package.json --- package.json | 69 ---------------------------------------------------- 1 file changed, 69 deletions(-) diff --git a/package.json b/package.json index 5381776..0745270 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,3 @@ -<<<<<<< HEAD { "name": "@nodesecure/vulnera", "version": "1.8.0", @@ -67,71 +66,3 @@ "@pnpm/lockfile-file": "^8.1.2" } } -======= -{ - "name": "@nodesecure/vulnera", - "version": "1.8.0", - "description": "NodeSecure vulnerabilities strategies", - "type": "module", - "exports": "./dist/index.js", - "types": "./dist/index.d.ts", - "scripts": { - "build": "tsc", - "prepublishOnly": "npm run build", - "lint": "cross-env eslint src/**/*.ts", - "test-only": "glob -c \"tsx --test\" \"./test/**/*.spec.ts\"", - "unit-test-only": "glob -c \"tsx --test\" \"./test/**/*.unit.spec.ts\"", - "integration-test-only": "glob -c \"tsx --test\" \"./test/**/*.integration.spec.ts\"", - "osv": "glob -c \"tsx --test\" \"./test/**/osv.unit.spec.ts\"", - "test": "npm run lint && npm run test-only", - "test:unit": "npm run lint && npm run unit-test-only", - "test:integration": "npm run lint && npm run integration-test-only", - "coverage": "c8 -r html npm test" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/NodeSecure/vulnera.git" - }, - "keywords": [ - "npm", - "audit", - "nodesecure", - "vulnerabilities", - "vulnerability", - "strategies", - "strategy", - "security", - "node", - "wg" - ], - "author": "GENTILHOMME Thomas ", - "files": [ - "index.d.ts", - "index.js", - "types", - "src" - ], - "license": "MIT", - "bugs": { - "url": "https://github.com/NodeSecure/vulnera/issues" - }, - "homepage": "https://github.com/NodeSecure/vulnera#readme", - "devDependencies": { - "@nodesecure/eslint-config": "^1.8.0", - "@slimio/is": "^2.0.0", - "@types/node": "^20.6.0", - "c8": "^8.0.1", - "cross-env": "^7.0.3", - "glob": "^10.3.4", - "tsx": "^4.7.0", - "typescript": "^4.9.5" - }, - "dependencies": { - "@myunisoft/httpie": "^2.0.2", - "@nodesecure/npm-registry-sdk": "^1.6.1", - "@npmcli/arborist": "^7.1.0", - "@pnpm/audit": "^7.0.13", - "@pnpm/lockfile-file": "^8.1.2" - } -} ->>>>>>> 835b171 (chore: update tsx (3.12.9 to 4.7.0))