-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "@data-fair/processing-mdi-icons",
"version": "1.0.4",
"description": "Import Material Design Icons in a data-fair dataset.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test node --test-force-exit --test-concurrency=1 --test test/*.js",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/data-fair/processing-mdi-icons.git"
},
"keywords": [
"data-fair-processings-plugin"
],
"author": "Alban Mouton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/data-fair/processing-mdi-icons/issues"
},
"homepage": "https://github.com/data-fair/processing-mdi-icons#readme",
"devDependencies": {
"@data-fair/lib-processing-dev": "^0.1.0",
"@data-fair/lib-utils": "^1.1.0",
"config": "^3.3.6",
"eslint": "^9.14.0",
"neostandard": "^0.11.8",
"ws": "^8.18.0"
},
"dependencies": {
"@mdi/svg": "^7.4.47",
"form-data": "^4.0.1",
"JSONStream": "^1.3.5"
}
}