mirror of
https://github.com/valitydev/camp-git-shallow-dive.git
synced 2024-11-06 08:25:18 +00:00
13 lines
205 B
JSON
13 lines
205 B
JSON
{
|
|
"name": "rbkmoney-git-short-dive-in",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"backslide": "^2.3.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bs export",
|
|
"start": "bs serve"
|
|
}
|
|
}
|