forked from psygo/fanaro.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
{
"name": "fanaro.io",
"version": "1.0.1",
"author": "Philippe Fanaro",
"description": "Where I expose cool stuff about Go (Baduk or Weiqi), programming, productivity, philosophy, etc.",
"license": "BSD-3-Clause",
"homepage": "https://github.com/FanaroEngineering/fanaro.io",
"bugs": {
"url": "https://github.com/FanaroEngineering/fanaro.io/issues"
},
"keywords": [
"blog",
"programming",
"design",
"philosophy",
"psychology",
"productivity",
"go",
"baduk",
"weiqi",
"igo",
"囲碁",
"바둑",
"围棋"
],
"main": "index.js",
"scripts": {
"test": "jest ./dev/",
"testwatch": "jest --watchAll ./dev/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FanaroEngineering/fanaro.io.git"
},
"devDependencies": {
"@types/jest": "^29.2.0",
"jest": "^29.2.1",
"live-server": "^1.2.2",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}