gulp-slm
Version:
Compile Slm to HTML for Gulp
61 lines • 1.41 kB
JSON
{
"name": "gulp-slm",
"version": "1.2.4",
"description": "Compile Slm to HTML for Gulp",
"keywords": [
"slm",
"gulp",
"plugin",
"gulpplugin",
"compile"
],
"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"
},
"dependencies": {
"plugin-error": "^2.0.1",
"slm": ">=0.6.0",
"through2": "^4.0.2"
},
"devDependencies": {
"@types/gulp": "^4.0.6",
"@types/node": "^22.13.10",
"@types/replace-ext": "^2.0.2",
"@types/through2": "^2.0.36",
"@types/vinyl": "^2.0.4",
"gulp": "^5.0.0",
"replace-ext": "^2.0.0",
"tsdown": "^0.6.6",
"typedoc": "^0.27.9",
"typescript": "^5.8.2",
"vinyl": "^3.0.0"
},
"exports": {
".": {
"import": "./dist/gulp-slm.modern.js",
"require": "./dist/gulp-slm.js"
}
},
"source": "src/index.ts",
"main": "dist/gulp-slm.js",
"module": "dist/gulp-slm.modern.js",
"types": "dist/index.d.ts",
"files": [
"src",
"dist"
],
"sideEffects": false,
"scripts": {
"build": "tsdown",
"test": "tsc",
"doc": "typedoc"
}
}