This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
forked from cameroncondry/cbc-kitten-scientists
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.47 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
42
43
44
45
46
47
48
49
50
51
52
{
"private": true,
"name": "kitten-scientists",
"version": "latest",
"description": "Contains packages relating to the Kitten Game: http://bloodrizer.ru/games/kittens/",
"license": "MIT",
"author": "Oliver Salzburg <[email protected]>",
"homepage": "https://github.com/oliversalzburg/cbc-kitten-scientists",
"repository": {
"type": "git",
"url": "git+https://github.com/oliversalzburg/cbc-kitten-scientists.git"
},
"bugs": {
"url": "https://github.com/oliversalzburg/cbc-kitten-scientists/issues"
},
"scripts": {
"lint:all": "eslint . --ext .ts",
"typecheck:all": "tsc --noEmit --incremental false"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"tslib": "2.4.0"
},
"devDependencies": {
"@babel/core": "7.19.6",
"@babel/eslint-parser": "7.19.1",
"@babel/plugin-syntax-import-assertions": "7.18.6",
"@types/babel__core": "7.1.19",
"@types/eslint": "8.4.7",
"@types/node": "16.11.59",
"@types/prettier": "2.7.1",
"@types/web": "0.0.75",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"eslint": "8.25.0",
"eslint-plugin-jsdoc": "39.3.14",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"prettier-package-json": "2.7.0",
"prettier-plugin-organize-imports": "3.1.1",
"prettier-plugin-sh": "0.12.8",
"typescript": "4.8.4"
},
"keywords": [
"kitten",
"kittens",
"scientists"
],
"packageManager": "[email protected]"
}