UNPKG

@dintero/sri-to-dist

Version:

HTML tool for adding subresource integrity hashes

57 lines (56 loc) 1.51 kB
{ "name": "@dintero/sri-to-dist", "version": "1.1.16", "description": "HTML tool for adding subresource integrity hashes", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "sri-to-dist": "bin/sri-to-dist.js" }, "files": [ "dist", "bin" ], "scripts": { "build": "tsc", "prepare": "yarn -s run build", "start": "node bin/sri-to-dist.js", "test": "node --import tsx --test", "test:watch": "yarn -s test --watch", "lint": "biome check .", "format": "biome check --write", "prepublishOnly": "yarn run build" }, "keywords": [ "subresource", "integrity", "sri", "html", "security" ], "homepage": "https://github.com/Dintero/sri-to-dist?tab=readme-ov-file#sri-to-dist", "author": "Sven Nicolai Viig <sven@dintero.com> (http://dintero.com)", "license": "MIT", "devDependencies": { "@biomejs/biome": "2.4.16", "@types/node": "24.13.1", "semantic-release": "25.0.3", "temp": "0.9.4", "tsx": "4.22.4", "typescript": "6.0.3" }, "dependencies": { "commander": "14.0.3" }, "bugs": { "url": "https://github.com/Dintero/sri-to-dist/issues" }, "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Dintero/sri-to-dist.git" } }