-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 881 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": "barnyard-organics",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tinacms dev -c \"bundle exec jekyll serve --livereload --incremental\"",
"build": "tinacms build & bundle exec jekyll build",
"start": "serve -s _site",
"audit": "tinacms audit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scottgallant/barnyard-organics.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/scottgallant/barnyard-organics/issues"
},
"homepage": "https://github.com/scottgallant/barnyard-organics#readme",
"dependencies": {
"@tinacms/cli": "^1.3.3",
"tinacms": "^1.3.3"
},
"devDependencies": {
"serve": "^14.1.2"
},
"engines": {
"node": ">=12.18.0"
}
}