-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 969 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
32
33
34
{
"name": "sourcebit-source-filesystem",
"version": "0.2.0",
"description": "Sourcebit filesystem source plugin",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version-minor": "npm version minor -m \"bumped version to v%s\"",
"version-patch": "npm version patch -m \"bumped version to v%s\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackbithq/sourcebit-source-filesystem.git"
},
"keywords": [
"sourcebit",
"jamstack",
"filesystem",
"stackbit"
],
"author": "Stackbit Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/stackbithq/sourcebit-source-filesystem/issues"
},
"homepage": "https://github.com/stackbithq/sourcebit-source-filesystem#readme",
"dependencies": {
"@stackbit/sdk": "^0.2.17",
"@stackbit/utils": "^0.2.1",
"chokidar": "^3.5.2",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21"
}
}