Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 7, 2022
1 parent 62bf44d commit 8045ffc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"description": "Next Generation Web Tooling",
"license": "MIT",
"type": "module",
"workspaces": [
"./examples/**"
],
"resolutions": {
"nitropack": "link:."
},
"exports": {
".": "./dist/index.mjs",
"./cli": "./dist/cli.mjs",
Expand All @@ -25,18 +19,25 @@
"files": [
"dist"
],
"workspaces": [
"./examples/*"
],
"scripts": {
"build": "unbuild",
"dev": "yarn nitro dev playground",
"example": "yarn workspace example-$0 dev",
"dev:build": "yarn nitro build playground",
"dev:start": "node playground/.output/server/index.mjs",
"example": "yarn workspace example-$0 dev",
"example:build": "yarn workspace example-$0 dev",
"lint": "eslint --ext .ts,.mjs,.cjs .",
"nitro": "jiti ./src/cli.ts",
"prepack": "yarn build",
"release": "yarn test && yarn build && standard-version && npm run publish && git push --follow-tags",
"test": "yarn lint && vitest run --silent"
},
"resolutions": {
"nitropack": "link:."
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
"@netlify/functions": "^1.0.0",
Expand Down Expand Up @@ -118,8 +119,8 @@
"unbuild": "^0.7.0",
"vitest": "^0.6.1"
},
"packageManager": "yarn@3.1.1",
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
},
"packageManager": "yarn@3.1.1"
}
}

0 comments on commit 8045ffc

Please sign in to comment.