UNPKG

1.35 kBJSONView Raw
1{
2 "name": "build-app",
3 "version": "0.9.8",
4 "description": "Build system for full-stack JS applications",
5 "scripts": {
6 "build": "node scripts/build.js",
7 "format": "prettier \"lib/**/*.{js,json,css,ts,tsx}\" --write"
8 },
9 "author": "Erik Sytnyk",
10 "license": "MIT",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/build-js-app/build-app.git"
14 },
15 "engines": {
16 "node": ">=6"
17 },
18 "bin": {
19 "app-scripts": "./bin/app-scripts.js",
20 "napp": "./bin/app-scripts.js"
21 },
22 "dependencies": {
23 "archiver": "1.3.0",
24 "chalk": "1.1.3",
25 "chokidar": "1.6.1",
26 "cli-clear": "1.0.4",
27 "command-exists": "1.2.2",
28 "cross-spawn": "5.0.1",
29 "date-fns": "1.28.5",
30 "del": "2.2.2",
31 "download-git-repo": "1.0.1",
32 "ejs": "2.5.6",
33 "esbuild": "0.13.15",
34 "esbuild-node-externals": "1.4.0",
35 "fkill": "5.0.0",
36 "fs-extra": "2.1.2",
37 "global-modules": "0.2.3",
38 "globby": "6.1.0",
39 "inquirer": "5.0.0",
40 "json-loader": "0.5.4",
41 "klaw-sync": "1.1.2",
42 "moment": "2.17.1",
43 "nodemon": "1.11.0",
44 "ps-list": "4.0.0",
45 "semver": "5.3.0",
46 "update-notifier": "2.5.0",
47 "validate-npm-package-name": "3.0.0",
48 "yargs": "7.0.2"
49 },
50 "devDependencies": {
51 "@types/fs-extra": "2.0.0",
52 "@types/lodash": "4.14.55",
53 "@types/node": "6.0.79"
54 }
55}