gulp-etl-target-text
Version:
Use templates to create any kind of text (HTML, mail merge, tweets, JSON...) from Message Streams
58 lines (57 loc) • 1.5 kB
JSON
{
"name": "gulp-etl-target-text",
"version": "0.0.2",
"repository": "https://github.com/gulpetl/gulp-etl-target-text",
"description": "Use templates to create any kind of text (HTML, mail merge, tweets, JSON...) from Message Streams",
"main": "dist/js/plugin.js",
"typings": "dist/types/plugin.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prebuild": "npm run clean",
"clean": "rimraf dist/*",
"test": "jest",
"bump": "npm version patch && git push --tags origin master"
},
"author": "peterl@sbcotton.com",
"license": "MIT",
"keywords": [
"gulpplugin",
"gulp-etl",
"template",
"squirrelly",
"html"
],
"homepage": "https://gulpetl.com",
"dependencies": {
"from2": "^2.3.0",
"gulp-error-handle": "^1.0.1",
"loglevel": "^1.6.1",
"pkginfo": "^0.4.1",
"plugin-error": "^1.0.1",
"save-dev": "0.0.1-security",
"split2": "^3.1.1",
"squirrelly": "^7.7.0",
"through2": "^3.0.1",
"vinyl": "^2.2.0"
},
"devDependencies": {
"@types/del": "^4.0.0",
"@types/gulp-rename": "0.0.33",
"@types/jest": "^23.3.14",
"@types/loglevel": "^1.6.3",
"@types/node": "^10.14.21",
"@types/squirrelly": "^7.1.0",
"@types/vinyl": "^2.0.3",
"@types/vinyl-paths": "0.0.31",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"jest": "^24.9.0",
"stream-transform": "^2.0.1",
"ts-jest": "^24.1.0",
"ts-node": "^7.0.1",
"typescript": "^3.6.4"
}
}