Skip to content

Commit 51df4c9

Browse files
committed
add more package descriptions to package.json
1 parent ed47c76 commit 51df4c9

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

package.json

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
"name": "atcoder-cli",
33
"version": "1.0.0",
44
"description": "AtCoder command line tools",
5-
"scripts": {
6-
"build": "npm run clean && tsc && webpack --mode production",
7-
"clean": "rimraf bin src/**/*.{js,d.ts}",
8-
"watch:tsc": "tsc --watch",
9-
"watch:webpack": "webpack --mode development --watch",
10-
"watch": "tsc && npm-run-all -p watch:*",
11-
"prepare": "npm run build"
5+
"keywords": [
6+
"atcoder",
7+
"competitive-programming",
8+
"cli"
9+
],
10+
"author": "Tatamo",
11+
"license": "BSD-3-Clause",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/Tatamo/atcoder-cli.git"
1215
},
1316
"bin": {
1417
"acc": "bin/index.js"
@@ -20,11 +23,14 @@
2023
"LICENSE",
2124
"README.md"
2225
],
23-
"keywords": [
24-
"atcoder"
25-
],
26-
"author": "Tatamo",
27-
"license": "BSD-3-Clause",
26+
"scripts": {
27+
"build": "npm run clean && tsc && webpack --mode production",
28+
"clean": "rimraf bin src/**/*.{js,d.ts}",
29+
"watch:tsc": "tsc --watch",
30+
"watch:webpack": "webpack --mode development --watch",
31+
"watch": "tsc && npm-run-all -p watch:*",
32+
"prepare": "npm run build"
33+
},
2834
"dependencies": {
2935
"ajv": "^6.6.1",
3036
"axios": "^0.18.0",

0 commit comments

Comments
 (0)