Files
nativewind/package.json
renovate[bot] adc39c79d3 chore(deps): update dependency eslint-plugin-unicorn to v43 (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-02 11:47:21 +10:00

26 lines
653 B
JSON

{
"name": "nativewind-monorepo",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"test": "npm run test --workspace=nativewind",
"build": "npm run build --workspace=nativewind",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "10.0.1",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-unicorn": "43.0.0",
"husky": "8.0.1",
"prettier": "2.7.1",
"typescript": "4.7.4"
}
}