just/package.json

15 строки
295 B
JSON
Исходник Обычный вид История

2018-12-02 02:29:21 +03:00
{
"name": "build-rig",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2018-12-02 06:31:03 +03:00
"postinstall": "node ./common/scripts/install-run-rush.js install",
"start": "node ./scripts/watch.js"
2018-12-02 02:29:21 +03:00
},
"keywords": [],
"author": "",
"private": true,
"license": "MIT"
}