{
"name": "cqs-sample",
"version": "1.0.0",
"description": "A sample JSON file for testing",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"express": "^4.18.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"typescript": "^5.0.0",
"jest": "^29.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/example/sample.git"
},
"license": "MIT"
}