Skip to content

Commit

Permalink
Update *
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Apr 30, 2022
1 parent b521ef9 commit 96d29e0
Show file tree
Hide file tree
Showing 3 changed files with 2,485 additions and 28 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<pre>
undefined
</pre>
> ## Ref
>> [changdoc/naver-vaccine-macro](https://github.com/changdoc/naver-vaccine-macro)<br>
>> [SJang1/korea-covid-19-remaining-vaccine-macro](https://github.com/SJang1/korea-covid-19-remaining-vaccine-macro)<br>
### Install
#### `pnpm install -r`
#### `yarn install`
#### `npm install`

### Run
#### `pnpm start`
#### `yarn start`
#### `npm start`

#### [changdoc/naver-vaccine-macro](https://github.com/changdoc/naver-vaccine-macro)
#### [SJang1/2021-korea-covid-19-remaining-vaccine-macro](https://github.com/SJang1/2021-korea-covid-19-remaining-vaccine-macro)
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "nvme",
"scripts": {
"example": "ts-node src/Example.ts",
"lint:fix": "eslint --fix --ext .ts,.tsx .",
"lint": "eslint"
},
"dependencies": {
"@corcc/nvr": "github:corcc/NVR#dist",
"@types/node": "^17.0.5",
"cheerio": "^1.0.0-rc.10",
"ts-node": "^10.4.0",
"tsc": "^2.0.3",
"typescript": "^4.5.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0"
"name": "@corcc/nvme",
"scripts": {
"start": "ts-node src/Example.ts",
"lint:fix": "eslint --fix --ext .ts,.tsx .",
"lint": "eslint"
},
"dependencies": {
"@corcc/nvr": "github:corcc/NVR#dist",
"@types/node": "^17.0.5",
"cheerio": "^1.0.0-rc.10",
"ts-node": "^10.4.0",
"tsc": "^2.0.3",
"typescript": "^4.5.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0"
}
}
Loading

0 comments on commit 96d29e0

Please sign in to comment.