Skip to content

Commit

Permalink
Sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Jun 11, 2023
1 parent a5dee3b commit 3fd1ee9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "resulted",
"version": "0.0.2",
"files": [
"dist"
],
"repository": "joshuajaco/resulted",
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"repository": "joshuajaco/resulted",
"files": [
"dist"
],
"scripts": {
"typecheck": "tsc",
"build": "rimraf dist && tsc -p tsconfig.build.json",
"coverage": "mkdir -p coverage && touch coverage/lcov.info && nyc report --reporter=text-lcov > coverage/lcov.info",
"format": "prettier -w --ignore-path=.gitignore .",
"format:check": "prettier -c --ignore-path=.gitignore .",
"prepublishOnly": "npm run build",
"test": "nyc node -r jiti/register test.ts",
"coverage": "mkdir -p coverage && touch coverage/lcov.info && nyc report --reporter=text-lcov > coverage/lcov.info",
"build": "rimraf dist && tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build"
"typecheck": "tsc"
},
"devDependencies": {
"@types/node": "^20.3.0",
Expand Down

0 comments on commit 3fd1ee9

Please sign in to comment.