aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-npm/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-npm/package.json')
-rw-r--r--examples/with-npm/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/with-npm/package.json b/examples/with-npm/package.json
new file mode 100644
index 0000000..c3eed32
--- /dev/null
+++ b/examples/with-npm/package.json
@@ -0,0 +1,19 @@
+{
+ "private": true,
+ "workspaces": [
+ "apps/*",
+ "packages/*"
+ ],
+ "scripts": {
+ "build": "turbo run build",
+ "dev": "turbo run dev",
+ "lint": "turbo run lint"
+ },
+ "devDependencies": {
+ "eslint-config-custom": "*",
+ "eslint": "7.32.0",
+ "prettier": "^2.5.1",
+ "turbo": "latest"
+ },
+ "packageManager": "npm@8.19.4"
+}