mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 04:29:29 +08:00
28 lines
605 B
Text
28 lines
605 B
Text
{
|
|
"name": "prism-svelte",
|
|
"version": "0.4.7",
|
|
"description": "Svelte language extension for prismjs",
|
|
"main": "index.js",
|
|
"author": "pngwn <hello@pngwn.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pngwn/prism-svelte.git"
|
|
},
|
|
"keywords": [
|
|
"svelte",
|
|
"prism",
|
|
"highlight",
|
|
"syntax"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pngwn/prism-svelte/issues"
|
|
},
|
|
"homepage": "https://github.com/pngwn/prism-svelte#readme",
|
|
"devDependencies": {
|
|
"eslint": "^6.6.0",
|
|
"prettier": "^1.19.1",
|
|
"prettier-eslint": "^9.0.0",
|
|
"prismjs": "^1.17.1"
|
|
}
|
|
}
|