-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 864 Bytes
/
package.json
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
{
"name": "@tinyburg/auto-gold-bits",
"version": "0.0.1-alpha",
"private": true,
"type": "module",
"scripts": {
"_phase:build": "heft run --only build --"
},
"dependencies": {
"@tinyburg/core": "workspace:*"
},
"devDependencies": {
"@rushstack/eslint-config": "3.3.4",
"@rushstack/heft": "0.60.0",
"@rushstack/heft-jest-plugin": "0.9.1",
"@rushstack/heft-lint-plugin": "~0.2.1",
"@rushstack/heft-typescript-plugin": "~0.2.1",
"@tinyburg/tsconfig-rig": "workspace:*",
"@types/node": "20.6.2",
"@types/yargs": "~17.0.24",
"eslint": "8.49.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-unicorn": "~48.0.1",
"prettier": "~3.0.3",
"typescript": "5.2.2"
}
}