-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 784 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 784 Bytes
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
{
"name": "coding-guidelines",
"version": "1.0.0",
"description": "良いコードを書くための指針をまとめたメモです。",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev src",
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Foo-x/coding-guidelines.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Foo-x/coding-guidelines/issues"
},
"homepage": "https://github.com/Foo-x/coding-guidelines#readme",
"devDependencies": {
"@vuepress/plugin-pwa": "^1.9.10",
"markdown-it-footnote": "^4.0.0",
"vuepress": "^1.9.10"
},
"dependencies": {
"@twemoji/api": "^15.1.0"
}
}