{ "name": "fis-searchutility", "version": "1.0.0", "description": "For seaching and filtering data", "main": "index.js", "scripts": { "build": "tsc -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "repository": { "type": "git", "url": "https://swopt.com:3000/enzo/Fis-SearchUtility.git" }, "author": "swopt_staff", "license": "ISC", "dependencies": { "@types/node": "^18.11.18", "jsonschema": "^1.4.1", "typescript": "^4.9.4" } }