UNPKG

kiwi-webpack-plugin

Version:

Test Runner for Webpack and the Kakoune editor

70 lines (69 loc) 1.74 kB
{ "name": "kiwi-webpack-plugin", "version": "0.0.20", "description": "Test Runner for Webpack and the Kakoune editor", "main": "dist/main.js", "directories": { "example": "examples" }, "scripts": { "start": "webpack --mode development -w", "build": "webpack --mode production", "test-once": "webpack --mode development && mocha dist/unit_tests.js", "test": "webpack --mode development && webpack --mode development -w & mocha dist/unit_tests.js -w & wait" }, "files": [ "dist/main.js", "review_app/requirements.txt", "review_app/src/*.py", "review_app/*.sh" ], "keywords": [ "kiwi", "test-runner", "tests", "javascript", "typescript", "kakoune", "kakoune-plugin", "webpack", "webpack-plugin", "plugin" ], "repository": { "type": "git", "url": "git+https://github.com/stoand/kiwi-webpack-plugin.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/stoand/kiwi/issues" }, "homepage": "https://github.com/stoand/kiwi#readme", "peerDependencies": { "webpack": "4.x" }, "dependencies": { "source-map": "^0.7.3" }, "devDependencies": { "@types/chai": "^4.2.11", "@types/mocha": "^7.0.2", "@types/node": "^13.9.0", "@types/source-map": "^0.5.7", "@types/webpack": "^4.41.7", "bufferutil": "^4.0.1", "chai": "^4.2.0", "chrome-launcher": "^0.13.0", "chrome-remote-interface": "^0.28.1", "mocha": "^7.1.2", "nodemon": "^2.0.3", "raw-loader": "^4.0.0", "ts-loader": "^6.2.1", "typescript": "^3.8.3", "utf-8-validate": "^5.0.2", "v8-to-istanbul": "^4.1.2", "webpack": "^4.42.0", "webpack-cli": "^3.3.11" } }