-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
42
43
44
45
46
47
48
{
"name": "@alheimsins/b5-johnson-120-ipip-neo-pi-r",
"description": "Module for returning Big Five Johnson 120 IPIP-NEO-PI-R items",
"version": "6.0.14",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Jonas ",
"email": "[email protected]",
"url": "https://github.com/maccyber"
},
"main": "index.js",
"files": [
"data/",
"index.js",
"index.d.ts"
],
"scripts": {
"test": "standard && npm audit && ava",
"test-offline": "standard && ava",
"coverage": "nyc ava",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install",
"prepare": "husky install"
},
"keywords": [
"bigfive",
"personality",
"items",
"johnson-120-ipip-neo-pi-r"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Alheimsins/b5-johnson-120-ipip-neo-pi-r.git"
},
"bugs": {
"url": "https://github.com/Alheimsins/b5-johnson-120-ipip-neo-pi-r/issues"
},
"homepage": "https://github.com/Alheimsins/b5-johnson-120-ipip-neo-pi-r#readme",
"devDependencies": {
"ava": "6.1.2",
"husky": "7.0.1",
"nyc": "15.1.0",
"standard": "16.0.3"
}
}