summaryrefslogtreecommitdiff
path: root/packages/astro-prism/package.json
blob: fd2ac1c702f11a66d7f2acf3b7318e3b9dd0ef86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "@astrojs/prism",
  "version": "0.3.0-next.0",
  "description": "IYKYK",
  "main": "index.mjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/snowpackjs/astro.git",
    "directory": "packages/astro-prism"
  },
  "scripts": {
    "build": "echo 'build'",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "exports": {
    ".": "./index.mjs"
  },
  "types": "./index.d.ts",
  "keywords": [],
  "author": "Skypack",
  "license": "MIT",
  "devDependencies": {
    "prismjs": "^1.23.0"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  }
}