@dintero/sri-to-dist
Version:
HTML tool for adding subresource integrity hashes
58 lines (57 loc) • 1.51 kB
JSON
{
"name": "@dintero/sri-to-dist",
"version": "1.0.9",
"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": "npm run build",
"start": "node bin/sri-to-dist.js",
"test": "vitest run",
"test:watch": "vitest",
"lint": "biome lint .",
"format": "biome format . --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": "1.9.4",
"@types/node": "22.15.19",
"@types/temp": "0.9.4",
"semantic-release": "24.2.4",
"temp": "0.9.4",
"typescript": "5.8.3",
"vitest": "3.1.3"
},
"dependencies": {
"commander": "14.0.0"
},
"bugs": {
"url": "https://github.com/Dintero/sri-to-dist/issues"
},
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Dintero/sri-to-dist.git"
}
}