Urara-Blog/node_modules/.pnpm-store/v3/files/1f/94f8d9cab3dbec4a7d569c4ef31ab950f7bea33637c317c7fef21c9a1bfae5719646a2e900138fb9d6f384eb435cc445c4a24ee59fa65b342b793e5786365a
2022-08-14 01:14:53 +08:00

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"
}
}