Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lsn committed Dec 24, 2023
1 parent a2e5374 commit 50f30fe
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "pikpak",
"version": "0.0.1",
"author": {
"name": "chris-lsn",
"email": "[email protected]"
},
"files": ["build/index.js"],
"module": "index.ts",
"type": "module",
"main": "build/index.js",
"scripts": {
"dev": "bun run --watch index.ts",
"test": "bun test ./tests/*.ts",
"build": "bun build ./index.ts --outdir ./build",
"check": "bunx @biomejs/biome check --apply .",
"publish": "npm publish",
"release": "bunx release-it"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@release-it/conventional-changelog": "^8.0.1",
"bun-types": "latest",
"husky": "^8.0.3",
"release-it": "^17.0.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"jwt-decode": "^4.0.0"
}
"name": "pikpak",
"version": "0.0.1",
"author": {
"name": "chris-lsn",
"email": "[email protected]"
},
"files": ["build/index.js"],
"module": "index.ts",
"type": "module",
"main": "build/index.js",
"scripts": {
"dev": "bun run --watch index.ts",
"test": "bun test ./tests/*.ts",
"build": "bun build ./index.ts --outdir ./build",
"check": "bunx @biomejs/biome check --apply .",
"publish": "npm publish",
"release": "bunx release-it --npm.skipChecks"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@release-it/conventional-changelog": "^8.0.1",
"bun-types": "latest",
"husky": "^8.0.3",
"release-it": "^17.0.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"jwt-decode": "^4.0.0"
}
}

0 comments on commit 50f30fe

Please sign in to comment.