UNPKG

st-create-app

Version:
13 lines 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.packageJsonTemplate = function (appName) { return ({ name: appName, version: '0.1.0', private: true, "scripts": { "clean": "npx rimraf dist .cache", "start": "npx parcel src/index.html --open", "build": "cross-env NODE_ENV=production parcel build src/index.html --public-url ." }, }); }; //# sourceMappingURL=packageJsonTemplate.js.map