forked from HalcyonGrid/halcyon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.37 KB
/
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
39
40
41
{
"name": "halcyon",
"description": "Halcyon 3D virtual world simulator.",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/HalcyonGrid/halcyon.git"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/HalcyonGrid/halcyon/issues"
},
"homepage": "https://github.com/HalcyonGrid/halcyon#readme",
"scripts": {
"build:scripts": "tsc --project .scripts/tsconfig.json",
"build:workflow-scripts": "tsc --project .github/scripts/tsconfig.json",
"lint:scripts": "eslint \".scripts/**\"",
"lint:workflow-scripts": "eslint \".github/scripts/**\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-yaml": "^0.4.2",
"prettier": "^2.3.0",
"standard-version": "^9.3.0"
},
"dependencies": {
"@actions/github": "^4.0.0",
"@octokit/types": "^6.16.2",
"@types/node": "^15.6.1",
"octokit": "^1.0.5",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}