UNPKG

stac-node-validator

Version:
68 lines (67 loc) 1.61 kB
{ "name": "stac-node-validator", "version": "2.0.0-rc.3", "description": "STAC Validator for NodeJS", "author": "Matthias Mohr", "license": "Apache-2.0", "keywords": [ "stac", "validator" ], "homepage": "https://github.com/moregeo-it/stac-node-validator", "bugs": { "url": "https://github.com/moregeo-it/stac-node-validator/issues" }, "repository": { "type": "git", "url": "git+https://github.com/moregeo-it/stac-node-validator.git" }, "funding": { "type": "github", "url": "https://github.com/sponsors/m-mohr" }, "main": "src/index.js", "bin": { "stac-node-validator": "bin/cli.js" }, "files": [ "bin/cli.js", "src/", "dist/*.js", "dist/*.mjs" ], "dependencies": { "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "axios": "^1.7.4", "compare-versions": "^6.1.0", "fs-extra": "^11.0.0", "jest-diff": "^30.0.0", "klaw": "^4.0.1", "uri-js": "^4.4.1", "yargs": "^18.0.0" }, "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.23.0", "@playwright/test": "^1.58.2", "babel-loader": "^10.0.0", "jest": "^30.0.1", "oxlint": "^1.51.0", "path-browserify": "^1.0.1", "prettier": "^3.8.1", "process": "^0.11.10", "webpack": "^5.89.0", "webpack-cli": "^6.0.1" }, "optionalDependencies": { "stac-js": "*" }, "scripts": { "test": "jest", "test:website": "npx playwright test", "lint": "oxlint --fix -c .oxlintrc.json ./src ./bin", "format": "prettier --write .", "build": "webpack --mode production" } }