kist
Version:
Lightweight Package Pipeline Processor with Plugin Architecture
83 lines • 1.96 kB
JSON
{
"name": "kist",
"version": "0.1.67",
"description": "Lightweight Package Pipeline Processor with Plugin Architecture",
"keywords": [
"kist",
"package",
"packager",
"build",
"builder",
"compile",
"compiler",
"framework",
"web",
"plugin-architecture",
"pipeline",
"build-tool",
"automation"
],
"license": "MIT",
"homepage": "https://www.getkist.com/",
"main": "js/index.js",
"types": "js/index.d.ts",
"files": [
"code-snippets/**/*.code-snippets",
"css/**/*.{css,map}",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"inkscape/**/*.inkscape",
"jinja/**/*.jinja",
"js/**/*.d.ts",
"js/**/*.{js,map}",
"less/**/*.less",
"md/**/*.md",
"oco/**/*.oco",
"png/**/*.png",
"py/**/*.py",
"rcpx/**/*.rcpx",
"scss/**/*.scss",
"sketchpalette/**/*.sketchpalette",
"styl/**/*.styl",
"svg/**/*.svg",
"tex/**/*.tex",
"ts/**/*.ts",
"!.DS_Store"
],
"bin": {
"kist": "./dist/js/cli.js"
},
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-typescript": "^7.28.5",
"@types/fs-extra": "^11.0.4",
"@types/micromatch": "^4.0.10",
"@types/nunjucks": "^3.2.6",
"@types/svg-sprite": "^0.0.39",
"autoprefixer": "^10.4.24",
"canvas": "^3.2.1",
"canvg": "^4.0.3",
"chokidar": "^5.0.0",
"cssnano": "^7.1.2",
"del": "^8.0.1",
"eslint-config-prettier": "^10.1.8",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"fantasticon": "^4.1.0",
"fs-extra": "^11.3.3",
"glob": "^13.0.1",
"js-yaml": "^4.1.1",
"jsdom": "^28.0.0",
"lodash": "^4.17.23",
"nunjucks": "^3.2.4",
"postcss": "^8.5.6",
"postcss-preset-env": "^11.1.3",
"prettier": "^3.8.1",
"sass": "^1.97.3",
"semver": "^7.7.4",
"svg-sprite": "^2.0.4",
"svgo": "^4.0.0",
"terser": "^5.46.0",
"ws": "^8.19.0"
}
}