Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Created October 7, 2022 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callstack-bot/e801f1937a8a0fd1bb88d717de1685ff to your computer and use it in GitHub Desktop.
Save callstack-bot/e801f1937a8a0fd1bb88d717de1685ff to your computer and use it in GitHub Desktop.
{
"name": "@example-app/shared",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && tsc",
"postinstall": "yarn build",
"watch": "tsc --watch"
},
"dependencies": {
"react-native": "0.69.1",
"react": "18.0.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment