-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 904 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
32
33
34
35
36
{
"name": "apero",
"version": "0.1.2",
"description": "A Preprocessing Pipeline Builder for Neuroimaging Data",
"main": "index.js",
"author": "Juan Carlos Farah",
"contributors": [
"Enrico Amico",
"Hanna Tolle",
"Sara Stampacchia"
],
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juancarlosfarah/apero.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/juancarlosfarah/apero/issues"
},
"homepage": "https://apero.readthedocs.io/en/latest/?badge=latest",
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"husky": "8.0.1",
"standard-version": "9.5.0"
}
}