-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 927 Bytes
/
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
{
"name": "@data-fair/processing-hello-world",
"version": "0.13.0",
"description": "Minimal plugin for data-fair-processings. Create one-line datasets on demand.",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint --ignore-path .gitignore .",
"lint-fix": "eslint --ignore-path .gitignore --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/data-fair/processing-hello-world.git"
},
"keywords": [
"data-fair-processings-plugin"
],
"author": "Alban Mouton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/data-fair/processing-hello-world/issues"
},
"homepage": "https://github.com/data-fair/processing-hello-world#readme",
"devDependencies": {
"@data-fair/processings-test-utils": "^0.6.0",
"config": "^3.3.6",
"eslint": "^7.18.0",
"mocha": "^8.2.1",
"standard": "^16.0.3"
}
}