forked from DeabLabs/cannoli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 916 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "cannoli",
"version": "2.0.0",
"description": "",
"scripts": {
"typecheck": "turbo run typecheck",
"build": "turbo run build",
"dev": "turbo run dev",
"release-plugin": "turbo run release --filter cannoli-plugin",
"build-college": "turbo run build-college --filter cannoli-plugin",
"clean": "rimraf main.js packages/**/node_modules packages/**/dist packages/**/.turbo .turbo node_modules",
"release-core": "pnpm run build && pnpm --filter cannoli-core publish --no-git-check --access public"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"keywords": [],
"author": "",
"license": "MIT",
"private": true,
"dependencies": {
"rimraf": "^5.0.7",
"turbo": "1.13.3"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}