strong-tie/inbound-calls
0
1{2 "name": "json-schema-ref-resolver",3 "version": "2.0.1",4 "description": "JSON schema reference resolver",5 "main": "index.js",6 "type": "commonjs",7 "types": "types/index.d.ts",8 "scripts": {9 "lint": "eslint",10 "lint:fix": "eslint --fix",11 "test:unit": "c8 --100 node --test",12 "test:typescript": "tsd",13 "test": "npm run lint && npm run test:unit && npm run test:typescript"14 },15 "precommit": [16 "lint",17 "test"18 ],19 "repository": {20 "type": "git",21 "url": "git+https://github.com/fastify/json-schema-ref-resolver.git"22 },23 "bugs": {24 "url": "https://github.com/fastify/json-schema-ref-resolver/issues"25 },26 "keywords": [27 "json",28 "schema",29 "reference",30 "openapi",31 "swagger"32 ],33 "author": "Ivan Tymoshenko <ivan@tymoshenko.me>",34 "contributors": [35 {36 "name": "Matteo Collina",37 "email": "hello@matteocollina.com"38 },39 {40 "name": "James Sumners",41 "url": "https://james.sumners.info"42 },43 {44 "name": "Gürgün Dayıoğlu",45 "email": "hey@gurgun.day",46 "url": "https://heyhey.to/G"47 },48 {49 "name": "Frazer Smith",50 "email": "frazer.dev@icloud.com",51 "url": "https://github.com/fdawgs"52 }53 ],54 "license": "MIT",55 "homepage": "https://github.com/fastify/json-schema-ref-resolver#readme",56 "funding": [57 {58 "type": "github",59 "url": "https://github.com/sponsors/fastify"60 },61 {62 "type": "opencollective",63 "url": "https://opencollective.com/fastify"64 }65 ],66 "dependencies": {67 "dequal": "^2.0.3"68 },69 "devDependencies": {70 "@fastify/pre-commit": "^2.1.0",71 "c8": "^10.1.3",72 "eslint": "^9.17.0",73 "neostandard": "^0.12.0",74 "tsd": "^0.31.0"75 }76}77 