forked from Financial-Times/engineering-progression
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 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
{
"name": "@financial-times/engineering-progression",
"version": "0.0.0",
"private": true,
"description": "Careers and progression for engineers in the CTO organisation",
"keywords": [],
"license": "MIT",
"homepage": "https://github.com/Financial-Times/engineering-progression",
"bugs": {
"url": "https://github.com/Financial-Times/engineering-progression/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Financial-Times/engineering-progression.git"
},
"engines": {
"node": ">=10",
"npm": ">=6"
},
"scripts": {
"build": "make build",
"test": "make test"
},
"devDependencies": {
"ajv": "^6.9.1",
"fs-extra": "^7.0.1",
"googleapis": "^37.2.0",
"json-pointer": "^0.6.0",
"pa11y-ci": "^2.1.1",
"semver": "^5.6.0",
"yaml": "^1.3.2"
},
"dependencies": {}
}