diff options
| author | wabilin <[email protected]> | 2020-07-31 18:29:03 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 18:29:03 +0900 |
| commit | 9db3d2d1f532cab7a4dde4d8124964f5b1664c31 (patch) | |
| tree | ff27ef823ec97d8d1b9d840efd8a107eb8249a24 /package.json | |
| download | holo-schedule-9db3d2d1f532cab7a4dde4d8124964f5b1664c31.tar.xz holo-schedule-9db3d2d1f532cab7a4dde4d8124964f5b1664c31.zip | |
init
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..9e6d598 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "holo-schedule-parser", + "version": "0.0.1", + "description": "Hololive schedule parser", + "main": "index.js", + "author": "wabilin", + "license": "MIT", + "private": false +} |