UNPKG

658 BJSONView Raw
1{
2 "name": "@andatoshiki/toshiki-cdn",
3 "version": "0.0.5",
4 "description": "Toshiki's own CDN packages",
5 "repository": "https://github.com/andatoshiki/toshiki-cdn.git",
6 "author": "<101481353+andatoshiki@users.noreply.github.com>",
7 "license": "GPL-3.0 license",
8 "private": false,
9 "keywords": [
10 "cdn",
11 "styles",
12 "javascripts",
13 "toshiki",
14 "katex",
15 "enchantments"
16 ],
17 "scripts": {
18 "postpublish": "npm run publish-npm",
19 "publish-npm": "npm publish --access public --ignore-scripts --@andatoshiki:registry='https://registry.npmjs.org'"
20 },
21 "devDependencies": {
22 "katex": "0.5.1"
23 }
24}