-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (45 loc) · 1.15 KB
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
{
"name": "presentations-archive",
"version": "1.0.0",
"description": "吉田丈治(George Yoshida)のプレゼンテーションアーカイブサイト",
"main": "docs/index.html",
"scripts": {
"build": "node src/scripts/build.js",
"dev": "npx http-server docs -p 8080 -o",
"deploy": "npm run build && echo 'GitHub Pagesにデプロイしてください'",
"test": "echo 'テストスクリプトはまだ実装されていません'"
},
"keywords": [
"presentations",
"salesforce",
"ai",
"data-analytics",
"leadership",
"technology",
"archive"
],
"author": {
"name": "吉田丈治 (George Yoshida)",
"email": "contact@example.com",
"url": "https://github.com/geeorgey"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/geeorgey/presentations-archive.git"
},
"homepage": "https://geeorgey.github.io/presentations-archive/",
"devDependencies": {
"fs-extra": "^11.1.1",
"http-server": "^14.1.1"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}