UNPKG

html-creator

Version:
63 lines (62 loc) 1.68 kB
{ "name": "html-creator", "version": "0.7.4", "description": "Generate HTML with node.js", "main": "dist/index.js", "unpkg": "dist/index.js", "scripts": { "jest": "jest --no-cache --config=jest.config.json", "jest:watch": "jest --watch --no-cache --config=jest.config.json", "lint": "eslint --ext ts,tsx src", "test": "npm run lint && npm run bundle && npm run jest", "bundle": "rollup -c", "build": "npm run test && npm run bundle" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/Hargne/html-creator.git" }, "keywords": [ "html", "build", "generate", "create", "html-creator", "node", "node.js" ], "author": "Johan Hargne", "license": "MIT", "bugs": { "url": "https://github.com/Hargne/html-creator/issues" }, "homepage": "https://github.com/Hargne/html-creator#readme", "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.8.7", "@babel/preset-typescript": "^7.8.3", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.0.2", "@types/jest": "^29.5.5", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^5.59.2", "babel-jest": "^29.5.0", "eslint": "^8.39.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.5.0", "rollup": "^3.21.4", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "dependencies": { "@types/node": "^18.16.3", "mkdirp": "^3.0.1", "prettier": "^2.4.1" } }