Skip to content

Commit

Permalink
Add script
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Aug 17, 2023
1 parent b0c07f8 commit 3ce916c
Show file tree
Hide file tree
Showing 6 changed files with 837 additions and 85 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ node_modules/
# TypeScript Build Artifacts
bld/
*.tsbuildinfo
# Build
.local/
# Config
.dssrc
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
"test": "pnpm lint-prettier && pnpm build && pnpm lint"
},
"dependencies": {
"@digshare/script": "^0.4.2",
"tslib": "^2.6.1"
},
"devDependencies": {
"@mufan/code": "^0.2.16",
"@mufan/eslint-plugin": "^0.1.81",
"@types/node": "^20.5.0",
"eslint": "^8.47.0",
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
Expand Down
Loading

0 comments on commit 3ce916c

Please sign in to comment.