github.com/section/sectionctl@v1.12.3/commands/testdata/deploy/valid-nodejs-app/package.json (about) 1 { 2 "name": "example", 3 "version": "1.0.0", 4 "description": "This is just an example package for the go tests.", 5 "main": "index.js", 6 "scripts": { 7 "predeploy": "npm install", 8 "deploy": "sectionctl deploy", 9 "start": "npx serve node_modules -l 8080" 10 }, 11 "author": "section.io", 12 "license": "ISC" 13 }