summaryrefslogtreecommitdiff
path: root/packages/astro-prism/package.json
blob: cc84024e609456abfb1bae40b258d4789fd21325 (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
{
  "name": "@astrojs/prism",
  "version": "0.2.2",
  "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"
  },
  "keywords": [],
  "author": "Skypack",
  "license": "MIT",
  "devDependencies": {
    "prismjs": "^1.23.0"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  }
}