-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"name": "@centerforopenscience/markdown-it-atrules",
"version": "0.1.2",
"description": "Markdown-it plugin to embed files with the OSF's MFR",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha",
"release": "np"
},
"repository": {
"type": "git",
"url": "https://github.com/CenterForOpenScience/markdown-it-atrules"
},
"author": "johnetordoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/CenterForOpenScience/markdown-it-atrules/issues"
},
"homepage": "https://github.com/CenterForOpenScience/markdown-it-atrules",
"keywords": [
"markdown-it",
"markdown-it-plugin"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-nodeca": "1.0.3",
"eslint-plugin-react": "^7.37.5",
"markdown-it": "14.1.1",
"markdown-it-testgen": "0.1.6",
"mocha": "11.7.5",
"np": "^11.0.3"
}
}