-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 3.19 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 3.19 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "gillsdk",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"repository": {
"name": "gillsdk/gill",
"type": "git",
"url": "https://github.com/gillsdk/gill"
},
"scripts": {
"clean": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} clean && pnpm clean:root",
"clean:root": "rimraf coverage dist build node_modules .turbo",
"prebuild": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} build --filter=gill",
"coverage": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} coverage:open",
"build": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} build",
"codama:generate": "./idls/build-codama-clients.sh",
"compile:docs": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} compile:docs",
"test": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test",
"test:typecheck": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:typecheck",
"test:unit:node": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:unit:node",
"test:unit:browser": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:unit:browser",
"test:treeshakability:native": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:treeshakability:native",
"test:treeshakability:browser": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:treeshakability:browser",
"test:treeshakability:node": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:treeshakability:node",
"style:check": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} style:check",
"style:fix": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} style:fix",
"lint": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} lint",
"lint:fix": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} lint:fix"
},
"version": "0.0.1",
"description": "",
"engines": {
"node": ">=20.18.0",
"npm": "please-use-pnpm",
"pnpm": "^9",
"yarn": "please-use-pnpm"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@codama/cli": "^1.1.1",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^22",
"agadoo": "^3.0.0",
"browserslist-to-esbuild": "^2.1.1",
"bundlemon": "^3.1.0",
"eslint": "^9.14.0",
"jest": "^30.0.0-alpha.6",
"jest-environment-jsdom": "^30.0.0-alpha.6",
"jest-runner-eslint": "^2.2.1",
"jest-runner-prettier": "^1.0.0",
"jest-watch-master": "^1.0.0",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^2.2.2",
"jscodeshift": "^17.1.1",
"prettier": "^3.3",
"rimraf": "5.0.10",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"turbo": "^2.3.1",
"typedoc": "^0.28.4",
"typedoc-plugin-frontmatter": "^1.3.0",
"typedoc-plugin-markdown": "^4.6.3",
"typedoc-plugin-mdn-links": "^5.0.2"
},
"packageManager": "pnpm@9.1.0",
"author": "Nick Frostbutter <maintainers@gillsdk.com>",
"homepage": "https://gillsdk.com",
"bugs": {
"url": "https://github.com/gillsdk/gill/issues"
},
"contributors": [
{
"name": "Nick Frostbutter",
"url": "https://github.com/nickfrosty"
}
]
}