{ "name": "ccm-cms-images", "version": "1.0.0", "description": "CCM CMS Images TinyMCE plugin", "main": "index.js", "watch": { "build": "src/*.ts" }, "scripts": { "postinstall": "typings install", "start": "webpack-dev-server --config config/webpack.config.dev.js --progress --open --inline", "lint": "tslint 'src/**/*.js'", "build": "webpack --config config/webpack.config.prod.js --progress", "test": "webpack --config config/webpack.config.test.js --progress", "watch": "npm-watch" }, "author": "", "license": "MIT", "devDependencies": { "copy-webpack-plugin": "^4.0.1", "html-webpack-plugin": "^2.26.0", "ts-loader": "^1.3.3", "tslint": "^4.2.0", "typescript": "^2.1.4", "typings": "^2.1.0", "webpack": "^2.2.0", "webpack-dev-server": "^1.16.2" }, "dependencies": { "lodash": "^4.17.4", "npm-watch": "^0.4.0" } }