File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " atcoder-cli" ,
3
3
"version" : " 1.0.0" ,
4
4
"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"
12
15
},
13
16
"bin" : {
14
17
"acc" : " bin/index.js"
20
23
" LICENSE" ,
21
24
" README.md"
22
25
],
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
+ },
28
34
"dependencies" : {
29
35
"ajv" : " ^6.6.1" ,
30
36
"axios" : " ^0.18.0" ,
You can’t perform that action at this time.
0 commit comments