{
  "name": "youcan",
  "version": "1.0.5",
  "description": "youcan is a package allows the developer to interact easily with the YouCan API",
  "main": "dist/index.js",
  "repository": {
		"type": "git",
		"url": "https://github.com/EcomVite/youcan"
	},
  "files": [
		"/dist"
	],
  "keywords": ["youcan"],
  "scripts": {
    "start": "node ./dist/test.js",
    "dev": "tsc -w",
    "build": "tsc"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "axios": "^1.1.3"
  }
}
