feat: initial build

This commit is contained in:
calebboyd
2017-08-28 00:06:46 -05:00
parent 0a1e747ca3
commit f949bf3040
26 changed files with 1355 additions and 350 deletions
+5 -6
View File
@@ -9,8 +9,7 @@
"Caleb Boyd <caleb.boyd@hotmail.com>"
],
"scripts": {
"task-build": "ts-node tasks/build",
"log-node-version": "node -e \"console.log([process.platform, process.arch, process.version.slice(1)].join('-'))\"",
"nexe-build": "ts-node tasks/build",
"prebuild": "rimraf lib && npm run lint",
"prepublish": "npm run build",
"lint": "prettier --parser typescript --no-semi --print-width 100 --single-quote --write \"src/**/*.ts\"",
@@ -33,18 +32,16 @@
},
"dependencies": {
"app-builder": "^5.1.0",
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"download": "^6.2.0",
"fuse-box": "^2.2.1",
"globby": "^6.1.0",
"memory-fs": "^0.4.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"nigel": "^2.0.2",
"ora": "^1.2.0",
"pifi": "1.0.0",
"rimraf": "^2.6.1",
"tar": "^3.1.3"
"uglify-js": "3.0.28"
},
"devDependencies": {
"@types/bluebird": "^3.5.8",
@@ -53,7 +50,9 @@
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.3.29",
"@types/ora": "^0.3.31",
"@types/pify": "0.0.28",
"@types/rimraf": "0.0.28",
"got": "^7.1.0",
"mocha": "^3.2.0",
"prettier": "^1.4.4",
"ts-node": "3.3.0",