-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 918 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": "technology-radar",
"version": "1.0.0",
"description": "https://radar.thoughtworks.com/?sheetId=https%3A%2F%2Fsynapsestudios.github.io%2Ftechnology-radar%2Fradar.json",
"main": "index.js",
"scripts": {
"test": "mocha",
"test:watch": "mocha --watch",
"test:acceptance": "mocha \"./acceptance/**/*.js\"",
"test:acceptance:watch": "mocha \"./acceptance/**/*.js\" --watch",
"build": "node src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synapsestudios/technology-radar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/synapsestudios/technology-radar/issues"
},
"homepage": "https://github.com/synapsestudios/technology-radar#readme",
"dependencies": {
"markdown-it": "^13.0.1",
"markdown-it-meta": "^0.0.1"
},
"devDependencies": {
"joi": "^17.9.2",
"mocha": "^10.2.0"
}
}