-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "nav-schema-architecture",
"version": "1.1.0",
"homepage": "https://github.com/nav-inc/nav-schema-architecture",
"repository": {
"type": "git",
"url": "https://github.com/nav-inc/nav-schema-architecture.git"
},
"description": "Nav common data model and event formats",
"scripts": {
"generate-output:commit": "scripty",
"generate-output:generate": "scripty",
"git:add-working-files": "scripty",
"git:push-files-tags": "scripty",
"preversion": "scripty",
"postversion": "scripty",
"test": "mocha",
"nyc": "nyc --reporter=text mocha",
"version": "npm run git:add-working-files"
},
"author": "",
"license": "ISC",
"dependencies": {
"graphql": "15.6.0",
"graphql-tag": "2.12.6",
"graphql-tools": "8.2.0",
"ramda": "0.27.1"
},
"scripty": {
"silent": true
},
"devDependencies": {
"chalk": "^4.1.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"generate-changelog": "^1.8.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"prepend-file": "^2.0.1",
"prettier": "2.4.1",
"promisify-child-process": "^4.1.1",
"scripty": "^2.1.0"
}
}