{
	"name": "resolve-with-prefix",
	"version": "4.0.1",
	"description": "Resolve modules with a predefined prefix.",
	"keywords": [
		"resolve",
		"prefix",
		"require",
		"resolve string",
		"require string",
		"string config",
		"string configuration",
		"config",
		"configuration"
	],
	"license": "MIT",
	"private": false,
	"repository": "chrisblossom/resolve-with-prefix",
	"homepage": "https://github.com/chrisblossom/resolve-with-prefix",
	"author": "Chris Blossom",
	"engines": {
		"node": ">=18.12.0"
	},
	"files": [
		"dist/"
	],
	"main": "dist/resolve-with-prefix.js",
	"module": "commonjs",
	"types": "dist/resolve-with-prefix.d.ts",
	"scripts": {
		"build": "backtrack build --production",
		"check.all": "backtrack check.all",
		"clean": "backtrack clean",
		"dev": "backtrack dev --development",
		"format": "backtrack format",
		"git-pre-commit": "backtrack git-pre-commit",
		"git-pre-push": "backtrack git-pre-push",
		"lint": "backtrack lint",
		"lint.fix": "backtrack lint.fix",
		"prepublishOnly": "backtrack prepublishOnly",
		"release": "backtrack release",
		"test": "backtrack test",
		"test.ci": "backtrack test.ci",
		"test.ci-pretest": "backtrack test.ci-pretest",
		"test.update": "jest --update-snapshot",
		"test.watch": "jest --watch --pass-with-no-tests",
		"typescript": "backtrack typescript"
	},
	"devDependencies": {
		"@backtrack/core": "^0.2.1",
		"@backtrack/preset-node": "^0.10.3",
		"@types/jest": "^29.5.7",
		"@types/node": "^18.18.8",
		"@types/resolve": "1.20.4",
		"typescript": "^5.2.2"
	},
	"dependencies": {
		"resolve": "^1.22.8"
	}
}
