UNPKG

stiks

Version:

Node bundling & workflow utility for building Node apps.

67 lines (66 loc) 1.57 kB
{ "name": "stiks", "version": "1.1.6", "description": "Node bundling & workflow utility for building Node apps.", "main": "dist/index.js", "typings": "dist/index.d.ts", "bin": { "stx": "bin/cli" }, "scripts": { "clean": "node ./build clean", "copy": "node ./build copy", "compile": "node ./build compile", "bump": "node ./build bump", "build": "node ./build build", "commit": "node ./build commit", "docs": "node ./build docs", "release": "node ./build release", "test": "node ./build test" }, "repository": { "type": "git", "url": "git+https://github.com/origin1tech/stiks.git" }, "keywords": [ "Bundle", "Build", "Webpack", "Clean" ], "author": "Origin1 Technologies <origin1tech@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/origin1tech/sticks/issues" }, "homepage": "https://github.com/origin1tech/stiks#readme", "build": { "clean": [ "./dist" ], "copy": [ "./src/build|./dist/blueprints/build" ] }, "devDependencies": { "@types/browser-sync": "0.0.38", "@types/chai": "^4.1.4", "@types/del": "^3.0.0", "@types/mocha": "^2.2.48", "@types/node": "^8.10.21", "@types/semver": "^5.4.0", "chai": "^4.1.2", "mocha": "^5.2.0", "ts-node": "^3.3.0", "typedoc": "^0.11.1", "typescript": "^2.9.2" }, "dependencies": { "chek": "^1.2.9", "colurs": "^1.0.29", "del": "^3.0.0", "fs-extra": "^3.0.1", "grouped-queue": "^0.3.3", "semver": "^5.4.1" } }