{
  "name": "demo-proj",
  "version": "1.1.2",
  "description": "demo",
  "main": "index.js",
  "scripts": {
    
	  "test": "dir /b *.ts>textfiles.txt",
	  "tsc": "tsc @textfiles.txt",
	  "prepublish": "npm run test && npm run tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sridhar-alagirisamy/demo-proj.git"
  },
  "keywords": [
    "demo",
    "project"
  ],
  "author": "Sridhar",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sridhar-alagirisamy/demo-proj/issues"
  },
  "homepage": "https://github.com/sridhar-alagirisamy/demo-proj#readme"
}
