gitmoji/package.json
Carlos Cuesta 8fd367f259
Export gitmojis as CJS and ESM (#1280)
*  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>
2023-01-18 19:33:43 +01:00

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"
}