-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38ccfb5
commit dd31ec9
Showing
2 changed files
with
155 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
{ | ||
"name": "vite-aliases", | ||
"description": "Alias auto generation for Vite", | ||
"version": "0.11.3", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"private": false, | ||
"license": "MIT", | ||
"author": "Subwaytime <leon.l@nophase.de>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/subwaytime/vite-aliases" | ||
}, | ||
"homepage": "https://github.com/subwaytime/vite-aliases#readme", | ||
"bugs": "https://github.com/subwaytime/vite-aliases/issues", | ||
"files": [ | ||
"dist", | ||
"*.d.ts" | ||
], | ||
"keywords": [ | ||
"vite", | ||
"vue", | ||
"alias", | ||
"aliases", | ||
"auto", | ||
"generation" | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "npm run build -- --watch src", | ||
"release": "npx git-ensure -a && npx bumpp --commit --tag --push && npm publish", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.5.6", | ||
"terser": "^5.19.2", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"chokidar": "^3.5.3", | ||
"comment-json": "^4.2.3", | ||
"consola": "^3.2.3", | ||
"fast-glob": "^3.3.1", | ||
"local-pkg": "^0.4.3", | ||
"vite": "^4.4.9", | ||
"vite-aliases": "^0.11.2" | ||
}, | ||
"packageManager": "pnpm@7.27.1", | ||
"engines": { | ||
"node": ">=16.6.0" | ||
} | ||
"name": "vite-aliases", | ||
"description": "Alias auto generation for Vite", | ||
"version": "0.11.3", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"private": false, | ||
"license": "MIT", | ||
"author": "Subwaytime <leon.l@nophase.de>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/subwaytime/vite-aliases" | ||
}, | ||
"homepage": "https://github.com/subwaytime/vite-aliases#readme", | ||
"bugs": "https://github.com/subwaytime/vite-aliases/issues", | ||
"files": [ | ||
"dist", | ||
"*.d.ts" | ||
], | ||
"keywords": [ | ||
"vite", | ||
"vue", | ||
"alias", | ||
"aliases", | ||
"auto", | ||
"generation" | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "npm run build -- --watch src", | ||
"release": "npx git-ensure -a && npx bumpp --commit --tag --push && npm publish", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.9.0", | ||
"terser": "^5.24.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"chokidar": "^3.5.3", | ||
"comment-json": "^4.2.3", | ||
"consola": "^3.2.3", | ||
"fast-glob": "^3.3.2", | ||
"local-pkg": "^0.5.0", | ||
"vite": "^4.5.0", | ||
"vite-aliases": "^0.11.3" | ||
}, | ||
"packageManager": "pnpm@7.27.1", | ||
"engines": { | ||
"node": ">=16.6.0" | ||
} | ||
} |
Oops, something went wrong.