-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 923 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
29
30
31
32
33
34
35
36
37
38
{
"name": "rules_player",
"private": true,
"version": "0.0.0",
"description": "Common bazel rules for Player projects",
"main": "index.js",
"author": "Adam Dierkens <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/player-ui/rules_player.git"
},
"scripts": {
"build:ts": "yarn esbuild --bundle --platform=node gh-pages/private/gh-pages.ts --outfile=gh-pages/private/gh-pages.js"
},
"license": "MIT",
"dependencies": {
"@types/node": "^20.11.18",
"esbuild": "^0.23.0",
"gh-pages": "^6.1.1",
"tar": "^7.4.2",
"tsup": "^8.2.3",
"typescript": "^4.5.2",
"yargs": "^17.7.2"
},
"engines": {
"node": "^20.0.0",
"pnpm": "^8.9.2"
},
"devDependencies": {
"@auto-it/git-tag": "^11.2.0",
"@auto-it/released": "^11.2.0",
"auto": "^11.2.0"
},
"volta": {
"node": "20.17.0",
"yarn": "1.22.22"
}
}