{
	"name": "@evojs/callsite",
	"version": "0.3.0",
	"description": "Nodejs callsite loader",
	"license": "MIT",
	"main": "index.js",
	"typings": "index.d.ts",
	"dependencies": {
		"source-map-support": "^0.5.21"
	},
	"engines": {
		"node": "^10.12.0 || >=12.0.0"
	},
	"author": {
		"name": "Shamil Sultanov",
		"email": "shamil.amirovich@gmail.com"
	},
	"keywords": [
		"nodejs",
		"evojs",
		"callsite"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/evotool/js-callsite.git"
	},
	"bugs": {
		"url": "https://github.com/evotool/js-callsite/issues"
	},
	"homepage": "https://github.com/evotool/js-callsite#readme"
}