gulp-slm
Version:
Compile Slm to HTML for Gulp
55 lines • 1.29 kB
JSON
{
"name": "gulp-slm",
"version": "1.2.5",
"description": "Compile Slm to HTML for Gulp",
"keywords": [
"compile",
"gulp",
"gulpplugin",
"plugin",
"slm"
],
"homepage": "https://github.com/simnalamburt/npm/tree/master/packages/gulp-slm",
"bugs": {
"url": "https://github.com/simnalamburt/npm/issues"
},
"license": "(Apache-2.0 OR MIT)",
"author": "Hyeon Kim <simnalamburt@gmail.com> (https://hyeon.me/)",
"repository": {
"type": "git",
"url": "git@github.com:simnalamburt/npm.git",
"directory": "packages/gulp-slm"
},
"source": "src/index.ts",
"files": [
"src",
"dist"
],
"type": "module",
"sideEffects": false,
"types": "dist/index.d.mts",
"exports": "./dist/index.mjs",
"dependencies": {
"plugin-error": "^2.0.1",
"slm": ">=0.6.0 <3.0.0",
"through2": "^4.0.2"
},
"devDependencies": {
"@types/gulp": "^4.0.18",
"@types/node": "^25.2.3",
"@types/replace-ext": "^2.0.2",
"@types/through2": "^2.0.41",
"@types/vinyl": "^2.0.12",
"gulp": "^5.0.0",
"replace-ext": "^2.0.0",
"tsdown": "^0.20.3",
"typedoc": "^0.28.17",
"typescript": "^5.9.3",
"vinyl": "^3.0.0"
},
"scripts": {
"build": "tsdown",
"check": "tsc",
"doc": "typedoc"
}
}