Files
url_tracker_tool/node_modules/@istanbuljs/schema/package.json
Andrei 58f8093689 Rebrand from 'Redirect Intelligence v2' to 'URL Tracker Tool V2' throughout UI
- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
2025-08-19 19:12:23 +00:00

31 lines
690 B
JSON

{
"name": "@istanbuljs/schema",
"version": "0.1.3",
"description": "Schemas describing various structures used by nyc and istanbuljs",
"main": "index.js",
"scripts": {
"release": "standard-version --sign",
"pretest": "xo",
"test": "tap",
"snap": "npm test -- --snapshot"
},
"engines": {
"node": ">=8"
},
"author": "Corey Farrell",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/schema.git"
},
"bugs": {
"url": "https://github.com/istanbuljs/schema/issues"
},
"homepage": "https://github.com/istanbuljs/schema#readme",
"devDependencies": {
"standard-version": "^7.0.0",
"tap": "^14.6.7",
"xo": "^0.25.3"
}
}