{ "name": "jsx-to-html-testing", "version": "1.0.0", "description": "jsx-to-html-testing", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "watch": "webpack --watch", "start": "webpack-dev-server --open", "build": "webpack" }, "keywords": [], "author": "Alex", "license": "ISC", "devDependencies": { "ts-loader": "^8.0.1", "typescript": "^3.9.7", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" }, "dependencies": { "async-jsx-html": "^1.2.1" } }