mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
* ➕ Install `unbuild` dependency * 🚚 Rename `gitmojis.d.ts` to `index.d.ts` * ✨ Export `cjs` and `esm` with `unbuild` * 👷 Add `build` step to publish action * 🔧 Add `gitmojis` build output to turborepo config * 🔧 Add `build` as a dependency for `lint`, `tscheck` and `build` * ✨ Add `assert { type: json }` for JSON imports * 🧑💻 Watch changes on `gitmojis` to rebuild deps for website (#1282) Co-authored-by: Vinícius Hoyer <contact@vhoyer.dev>
26 lines
448 B
JSON
26 lines
448 B
JSON
{
|
|
"name": "gitmoji",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "16"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"dev": "yarn turbo --parallel dev"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/analytics": "^0.1.8",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.0.0",
|
|
"prettier": "2.8.3",
|
|
"turbo": "^1.7.0"
|
|
},
|
|
"volta": {
|
|
"node": "16.15.0"
|
|
},
|
|
"packageManager": "yarn@3.3.1"
|
|
}
|