forked from cuixueshe/earthworm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: format @earthworm/xingrong-courses code
- Loading branch information
1 parent
1ff5dc5
commit 7665a28
Showing
9 changed files
with
39 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "@earthworm/xingrong-courses", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "src/index.ts", | ||
"scripts": { | ||
"upload:courses": "tsx src/courses.ts", | ||
"upload:statements": "tsx src/statements.ts", | ||
"upload": "pnpm run upload:courses && pnpm run upload:statements", | ||
"pdf:parse": "tsx src/parsePDF/index.ts" | ||
}, | ||
"dependencies": { | ||
"@earthworm/db": "workspace:^", | ||
"@earthworm/schema": "workspace:^", | ||
"inquirer": "^9.2.13", | ||
"pdf-parse": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/inquirer": "^9.0.7", | ||
"@types/pdf-parse": "^1.1.4" | ||
} | ||
"name": "@earthworm/xingrong-courses", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "src/index.ts", | ||
"scripts": { | ||
"upload:courses": "tsx src/courses.ts", | ||
"upload:statements": "tsx src/statements.ts", | ||
"upload": "pnpm run upload:courses && pnpm run upload:statements", | ||
"pdf:parse": "tsx src/parsePDF/index.ts" | ||
}, | ||
"dependencies": { | ||
"@earthworm/db": "workspace:^", | ||
"@earthworm/schema": "workspace:^", | ||
"inquirer": "^9.2.13", | ||
"pdf-parse": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/inquirer": "^9.0.7", | ||
"@types/pdf-parse": "^1.1.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"extends": "../../tsconfig.json" | ||
} | ||
"extends": "../../tsconfig.json" | ||
} |