node-sd-webui
Advanced tools
+2
-24
| { | ||
| "name": "node-sd-webui", | ||
| "version": "0.0.3", | ||
| "type": "module", | ||
| "version": "0.0.4", | ||
| "license": "MIT", | ||
@@ -9,19 +8,3 @@ "dependencies": { | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^18.13.0", | ||
| "@types/sharp": "^0.31.1", | ||
| "ava": "^5.2.0", | ||
| "sharp": "^0.31.3", | ||
| "ts-node": "^10.9.1", | ||
| "typescript": "^4.9.3" | ||
| }, | ||
| "ava": { | ||
| "extensions": { | ||
| "ts": "module" | ||
| }, | ||
| "nodeArguments": [ | ||
| "--loader=ts-node/esm" | ||
| ] | ||
| }, | ||
| "types": "types/index.d.ts", | ||
| "types": "./types/index.d.ts", | ||
| "exports": { | ||
@@ -31,8 +14,3 @@ "import": "./esm/index.js", | ||
| "default": "./esm/index.js" | ||
| }, | ||
| "scripts": { | ||
| "build:copy-files": "cp package.json ./dist/package.json && cp README.md ./dist/README.md && cp LICENSE ./dist/LICENSE", | ||
| "build": "tsc --project tsconfig.esm.json & tsc --project tsconfig.cjs.json && pnpm run build:copy-files", | ||
| "test": "ava" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
0
-100%8811
-6.4%No
NaN