package.json 539 B

12345678910111213141516171819202122
  1. {
  2. "name": "fis-searchutility",
  3. "version": "1.0.0",
  4. "description": "For seaching and filtering data",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "tsc -p tsconfig.json",
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "start": "node index.js"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://swopt.com:3000/enzo/Fis-SearchUtility.git"
  14. },
  15. "author": "swopt_staff",
  16. "license": "ISC",
  17. "dependencies": {
  18. "@types/node": "^18.11.18",
  19. "jsonschema": "^1.4.1",
  20. "typescript": "^4.9.4"
  21. }
  22. }