-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 941 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
{
"name": "@mockoon/playground",
"version": "1.0.0",
"description": "Mockoon's playground is a ready-to-use mock API for all your prototyping needs: fake JSON data, JSON placeholders, realistic CRUD API mock, etc. It is also a good way to discover Mockoon's features.",
"author": {
"name": "Guillaume Monnet",
"email": "guillaume@1kb.software",
"url": "https://1kb.software/"
},
"license": "MIT",
"repository": "https://github.com/mockoon/playground",
"homepage": "https://mockoon.com/playground/",
"bugs": {
"url": "https://github.com/mockoon/mockoon/issues"
},
"funding": "https://mockoon.com/sponsor-us/",
"prettier": {
"singleQuote": true,
"tabWidth": 2,
"printWidth": 80,
"trailingComma": "none"
},
"scripts": {
"dockerize": "mockoon-cli dockerize -d ./dist/playground-mock.json -o ./dist/Dockerfile -p 8080"
},
"devDependencies": {
"@mockoon/cli": "^9.0.0"
}
}