{
	"name": "@xzzs/pack-core",
	"version": "1.0.0-alpha.1",
	"description": "",
	"main": "dist/index.js",
	"types": "dist/index.d.js",
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"dist/"
	],
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"start": "NODE_ENV=development tsup src/index.ts --watch",
		"build": "NODE_ENV=development tsup src/index.ts --dts --minify"
	},
	"dependencies": {
		"@babel/core": "^7.18.2",
		"@babel/plugin-transform-runtime": "^7.18.2",
		"@babel/plugin-transform-spread": "^7.17.12",
		"@swc/core": "^1.2.196",
		"@xzzs/dir-watcher": "^1.0.0-alpha.1",
		"@xzzs/file-search": "^1.0.0-alpha.1",
		"@xzzs/pack-utils": "^1.0.0-alpha.1",
		"@xzzs/resolve-alias": "^1.0.0-alpha.1",
		"@xzzs/utils": "^1.0.0-beta.5",
		"fs-extra": "^10.1.0",
		"micromatch": "^4.0.5"
	},
	"devDependencies": {
		"@types/node": "^17.0.25",
		"nodemon": "^2.0.15",
		"tsup": "^5.12.6",
		"typescript": "^4.6.3"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"gitHead": "e577d45ee84d115af6770434aec508582c370d0e"
}
