{
  "name": "@littleware/little-nodedev",
  "version": "1.1.0",
  "type": "commonjs",
  "description": "build and deployment tools for @littlewaer/ projects",
  "main": "",
  "files": [
    "README.md",
    "web/*",
    "commonjs/*",
    "site/*",
    "spec/*",
    ".eslintrc.js",
    ".eslintignore",
    "gulpfile.js",
    "gulpHelper.js"
  ],
  "dependencies": {
    "gulp-nunjucks-render": "latest",
    "gulp-replace": "latest",
    "gulp-rev-replace": "latest",
    "gulp-rimraf": "latest",
    "gulp-sourcemaps": "latest",
    "gulp-typescript": "latest",
    "gulp-watch": "latest",
    "marked": "latest",
    "merge2": "latest",
    "mkdirp": "latest",
    "nunjucks": "latest",
    "nunjucks-markdown": "latest"
  },
  "devDependencies": {
    "@types/bunyan": "latest",
    "@types/express": "latest",
    "@types/jasmine": "latest",
    "@types/node": "latest",
    "@typescript-eslint/eslint-plugin": "latest",
    "@typescript-eslint/parser": "latest",
    "@webcomponents/webcomponentsjs": "latest",
    "eslint": "latest",
    "eslint-config-airbnb-typescript": "latest",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jsx-a11y": "latest",
    "eslint-plugin-react": "latest",
    "eslint-plugin-react-hooks": "latest",
    "gulp": "latest",
    "jasmine": "latest",
    "jasmine-core": "latest",
    "karma": "latest",
    "karma-chrome-launcher": "latest",
    "karma-jasmine": "latest",
    "ts-custom-elements": "latest",
    "typescript": "latest"
  },
  "scripts": {
    "build": "gulp",
    "start": "little-server /modules/@littleware/little-elements/web/ ./web/ /admin module:./commonjs/bin/helloHandler.js",
    "watch": "gulp little-watch",
    "lint": "eslint -c .eslintrc.js 'src'",
    "test": "jasmine"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frickjack/little-nodedev.git"
  },
  "author": "",
  "homepage": "https://github.com/frickjack/little-nodedev",
  "license": "ISC"
}
