generated from MetaMask/template-snap-monorepo
-
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.
Add publish command, cleanup package.json
- Loading branch information
Showing
3 changed files
with
103 additions
and
2,402 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,24 @@ | ||
{ | ||
"name": "@metamask/template-snap-monorepo", | ||
"version": "0.2.1", | ||
"name": "@xmtp/snap-monorepo", | ||
"version": "0.0.0", | ||
"private": true, | ||
"description": "", | ||
"homepage": "https://github.com/MetaMask/template-snap-monorepo#readme", | ||
"bugs": { | ||
"url": "https://github.com/MetaMask/template-snap-monorepo/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/MetaMask/template-snap-monorepo.git" | ||
}, | ||
"license": "(MIT-0 OR Apache-2.0)", | ||
"author": "", | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"scripts": { | ||
"build": "turbo run build --filter='./packages/snap'", | ||
"clean": "turbo run clean && rm -rf node_modules && yarn cache clean", | ||
"format:check": "turbo run format:check", | ||
"dev": "turbo run dev", | ||
"format": "turbo run format", | ||
"format:check": "turbo run format:check", | ||
"lint": "FORCE_COLOR=1 turbo run lint --filter='./packages/snap'", | ||
"dev": "turbo run dev", | ||
"publish": "yarn build && changeset publish", | ||
"test": "FORCE_COLOR=1 turbo run test" | ||
}, | ||
"dependencies": { | ||
"@changesets/changelog-git": "^0.2.0", | ||
"@changesets/cli": "^2.27.1" | ||
}, | ||
"devDependencies": { | ||
"@metamask/eslint-config": "^12.2.0", | ||
"@metamask/eslint-config-jest": "^12.1.0", | ||
|
@@ -42,16 +36,11 @@ | |
"eslint-plugin-prettier": "^4.2.1", | ||
"prettier": "^2.2.1", | ||
"prettier-plugin-packagejson": "^2.2.18", | ||
"semantic-release": "^21.0.7", | ||
"turbo": "^1.11.3", | ||
"typescript": "^5.1.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@changesets/changelog-git": "^0.2.0", | ||
"@changesets/cli": "^2.27.1" | ||
} | ||
} |
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
Oops, something went wrong.