-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "extra-markdown-text",
"version": "0.1.5",
"description": "Utility methods for Markdown text.",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"test": "exit",
"build": "node ./build",
"publish-docs": "node ./build publish-docs",
"publish-packages": "node ./build publish-packages"
},
"keywords": [
"extra",
"markdown",
"text"
],
"author": "[email protected]",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-markdown-text.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-markdown-text/issues"
},
"homepage": "https://github.com/nodef/extra-markdown-text#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/node": "^18.15.11",
"extra-build": "^2.2.41",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.3.0"
}
}