{
	"name": "tspath",
	"version": "2.6.8",
	"description": "TypeScript path alias resolver, re-writes JS files with relative paths according to @paths specified in tsconfig",
	"license": "LGPL-2.1",
	"scripts": {
		"copy": "copyfiles package.json lib",
		"tspath": "node ./tspath.js"
	},
	"preferGlobal": true,
	"main": "index.js",
	"bin": {
		"tspath": "./tspath.js"
	},
	"keywords": [
		"tspath",
		"relative",
		"path",
		"typescript",
		"path",
		"resolve",
		"alias"
	],
	"author": "Patrik Forsberg <patrik.forsberg@coldmind.com>",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/duffman/tspath.git"
	},
	"devDependencies": {
		"@types/chai": "^4.0.4",
		"@types/mocha": "^2.2.42",
		"@types/node": "^8.0.25",
		"@typescript-eslint/typescript-estree": "^5.40.0",
		"chai": "^4.1.2",
		"copyfiles": "^2.4.1",
		"mocha": "^3.5.0",
		"prettier": "^2.7.1"
	},
	"dependencies": {
		"escodegen": "^2.0.0",
		"espree": "^9.4.0",
		"prompt-confirm": "^1.2.0",
		"typescript": "^4.4.2",
		"yargs": "^11.0.0"
	}
}
