astro-ghostcms/.pnpm-store/v3/files/d6/4d3b87834930135d32cd4a4f8eb...

90 lines
2.5 KiB
Plaintext

{
"name": "astrojs-compiler-sync",
"version": "0.3.5",
"description": "@astrojs/compiler to process synchronously.",
"main": "lib/index.cjs",
"types": "lib/index.d.ts",
"files": [
"lib",
"browser"
],
"exports": {
".": {
"browser": "./browser/index.mjs",
"import": "./lib/index.mjs",
"require": "./lib/index.cjs",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json",
"./browser/index.mjs": "./browser/index.mjs"
},
"type": "module",
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"scripts": {
"lint": "eslint .",
"eslint-fix": "npm run lint -- --fix",
"test": "mocha \"tests/**/*.mjs\" --reporter dot --timeout 60000",
"cover": "nyc --reporter=lcov npm run test",
"preversion": "npm run lint && npm test",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ota-meshi/astrojs-compiler-sync.git"
},
"keywords": [
"astro",
"astrojs",
"parser"
],
"author": "Yosuke Ota",
"funding": "https://github.com/sponsors/ota-meshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ota-meshi/astrojs-compiler-sync/issues"
},
"homepage": "https://github.com/ota-meshi/astro-eslint-parser#readme",
"peerDependencies": {
"@astrojs/compiler": ">=0.27.0"
},
"dependencies": {
"synckit": "^0.9.0"
},
"devDependencies": {
"@astrojs/compiler": "^2.0.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.24.2",
"@ota-meshi/eslint-plugin": "^0.15.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^10.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"chai": "^5.0.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^9.0.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-json-schema-validator": "^4.0.0",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-node-dependencies": "^0.11.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-yml": "^1.1.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "^3.0.0",
"semver": "^7.3.5",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
}
}