-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 823 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 823 Bytes
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
{
"name": "@swis/php-http-fixture-client",
"type": "module",
"version": "0.1.0",
"description": "Fixture client for PHP-HTTP",
"scripts": {
"docs:dev": "node docs/.vitepress/copy-readme.js && vitepress dev docs",
"docs:build": "node docs/.vitepress/copy-readme.js && vitepress build docs",
"docs:preview": "node docs/.vitepress/copy-readme.js && vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swisnl/php-http-fixture-client.git"
},
"author": "Jasper Zonneveld <jasper@swis.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/swisnl/php-http-fixture-client/issues"
},
"homepage": "https://github.com/swisnl/php-http-fixture-client#readme",
"devDependencies": {
"copy-file": "^11.1.0",
"vitepress": "^1.6.4"
}
}