-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.13 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": "mockoon-mock-samples",
"description": "Mockoon's mock API samples repository",
"version": "1.0.0",
"main": "api.js",
"type": "module",
"scripts": {
"update-apis": "rm -rf ./tmp/specs && node --inspect --loader ts-node/esm ./scripts/update-apis.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mockoon/mock-samples.git"
},
"author": {
"name": "Guillaume Monnet",
"email": "hi@255kb.dev",
"url": "https://255kb.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mockoon/mock-samples/issues"
},
"homepage": "https://mockoon.com",
"prettier": {
"jsxSingleQuote": true,
"singleQuote": true,
"trailingComma": "none"
},
"devDependencies": {
"@mockoon/commons-server": "^3.2.0",
"@types/download": "^8.0.1",
"@types/node": "^17.0.18",
"@types/remove-markdown": "^0.3.1",
"download": "^8.0.0",
"image-type": "^4.1.0",
"is-svg": "^4.3.2",
"node-fetch": "^3.2.0",
"remove-markdown": "^0.3.0",
"string-strip-html": "^9.1.6",
"ts-node": "^10.5.0",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
}
}