-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 729 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 729 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
26
27
28
{
"name": "contentful-admin",
"version": "1.0.0",
"description": "This is an administrative tool for interacting with contentful",
"keywords": [
"contentful",
"administrative"
],
"homepage": "https://github.com/CrashBytes/contentful-admin#readme",
"bugs": {
"url": "https://github.com/CrashBytes/contentful-admin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CrashBytes/contentful-admin.git"
},
"license": "ISC",
"author": "Michael Eakins",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "concurrently \"yarn --cwd client dev\" \"yarn --cwd server dev\""
},
"dependencies": {
"concurrently": "^9.2.0"
}
}