-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1020 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1020 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
28
29
30
31
32
33
{
"private": true,
"name": "hawk.javascript",
"type": "module",
"version": "0.0.0",
"packageManager": "yarn@4.12.0",
"workspaces": [
"packages/core",
"packages/javascript",
"packages/sveltekit",
"packages/sveltekit/playground"
],
"scripts": {
"dev": "yarn workspace @hawk.so/javascript dev",
"build:all": "yarn workspaces foreach -Apt run build",
"build:modified": "yarn workspaces foreach --since=\"$@\" -Rpt run build",
"stats": "yarn workspace @hawk.so/javascript stats",
"lint": "eslint -c ./.eslintrc.cjs packages/*/src --ext .ts,.js --fix",
"lint-test": "eslint -c ./.eslintrc.cjs packages/*/src --ext .ts,.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codex-team/hawk.javascript.git"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.6",
"eslint": "^7.24.0",
"eslint-config-codex": "^1.6.1",
"rollup-plugin-license": "^3.5.3",
"size-limit": "^11.1.6",
"typescript": "^5.9.3"
}
}