|
43 | 43 | "./plugins/test.mjs": { |
44 | 44 | "import": "./esm/plugins/test.mjs" |
45 | 45 | }, |
| 46 | + "./code-input.js": { |
| 47 | + "import": "./code-input.js" |
| 48 | + }, |
| 49 | + "./templates/hljs.js": { |
| 50 | + "import": "./templates/hljs.js" |
| 51 | + }, |
| 52 | + "./templates/prism.js": { |
| 53 | + "import": "./templates/prism.js" |
| 54 | + }, |
| 55 | + "./plugins/auto-close-brackets.js": { |
| 56 | + "import": "./plugins/auto-close-brackets.js" |
| 57 | + }, |
| 58 | + "./plugins/autocomplete.js": { |
| 59 | + "import": "./plugins/autocomplete.js" |
| 60 | + }, |
| 61 | + "./plugins/autodetect.js": { |
| 62 | + "import": "./plugins/autodetect.js" |
| 63 | + }, |
| 64 | + "./plugins/find-and-replace.js": { |
| 65 | + "import": "./plugins/find-and-replace.js" |
| 66 | + }, |
| 67 | + "./plugins/go-to-line.js": { |
| 68 | + "import": "./plugins/go-to-line.js" |
| 69 | + }, |
| 70 | + "./plugins/indent.js": { |
| 71 | + "import": "./plugins/indent.js" |
| 72 | + }, |
| 73 | + "./plugins/select-token-callbacks.js": { |
| 74 | + "import": "./plugins/select-token-callbacks.js" |
| 75 | + }, |
| 76 | + "./plugins/special-chars.js": { |
| 77 | + "import": "./plugins/special-chars.js" |
| 78 | + }, |
| 79 | + "./plugins/test.js": { |
| 80 | + "import": "./plugins/test.js" |
| 81 | + }, |
46 | 82 | "./code-input.css": "./code-input.css", |
47 | 83 | "./plugins/autocomplete.css": "./plugins/autocomplete.css", |
48 | 84 | "./plugins/find-and-replace.css": "./plugins/find-and-replace.css", |
|
52 | 88 | }, |
53 | 89 | "scripts": { |
54 | 90 | "test": "echo \"This is a front-end library, not a Node library. Please see the README for how to use.\" && exit 1", |
55 | | - "postinstall": "cd esm ; node generate.mjs ; cd .." |
| 91 | + "prepack": "cd esm ; node generate.mjs ; cd .." |
56 | 92 | }, |
57 | 93 | "repository": { |
58 | 94 | "type": "git", |
|
67 | 103 | "web-components" |
68 | 104 | ], |
69 | 105 | "author": { |
70 | | - "name": "WebCoder49", |
| 106 | + "name": "Oliver Geer and contributors", |
71 | 107 | |
72 | | - "url": "https://webcoder49.dev/" |
| 108 | + "url": "https://oliver.geer.im/" |
73 | 109 | }, |
74 | 110 | "license": "MIT", |
75 | 111 | "bugs": { |
|
0 commit comments