{
	"name": "notpdfsvex",
	"version": "1.0.0",
	"description": "",
	"main": "index.js",
	"keywords": [],
	"author": "",
	"license": "ISC",
	"devDependencies": {
		"@changesets/cli": "^2.16.0",
		"eslint": "^7.5.0",
		"prettier": "^2.3.0"
	},
	"scripts": {
		"build": "pnpm run --parallel --stream build",
		"lint": "pnpm run --parallel --stream lint",
		"preinstall": "npx only-allow pnpm",
		"prettier": "pnpm run --parallel --stream prettier",
		"version": "pnpx changeset version && pnpm install"
	}
}
