Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
"name": "@example/integration",
"private": true,
"version": "0.0.1",
"type": "module",
"exports": {
".": "./index.ts"
},
"files": [
"src",
"index.ts"
],
"keywords": [
"withastro"
"scripts": {},
"devDependencies": {
"astro": "^2.3.1"
"peerDependencies": {
"astro": "^2.0.0-beta.0"
}