kist
Version:
Package Pipeline Processor
94 lines • 2.2 kB
JSON
{
"name": "kist",
"version": "0.1.43",
"description": "Package Pipeline Processor",
"keywords": [
"kist",
"package",
"packager",
"build",
"builder",
"compile",
"compiler",
"framework",
"web"
],
"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"
],
"author": "Lars van Vianen <lars@vianen.com> (https://vianen.com)",
"contributors": [
"Scape Agency <info@scape.agency>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/getkist/kist.git"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/scape-foundation"
}
],
"bin": {
"kist": "js/cli.js"
},
"dependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@types/fs-extra": "^11.0.4",
"@types/micromatch": "^4.0.9",
"@types/nunjucks": "^3.2.6",
"@types/svg-sprite": "^0.0.39",
"autoprefixer": "^10.4.21",
"canvas": "^3.1.2",
"canvg": "^4.0.3",
"chokidar": "^4.0.3",
"cssnano": "^7.1.0",
"del": "^8.0.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"express": "^5.1.0",
"express-rate-limit": "^8.0.1",
"fantasticon": "^3.0.0",
"fs-extra": "^11.3.1",
"glob": "^11.0.3",
"js-yaml": "^4.1.0",
"jsdom": "^26.1.0",
"lodash": "^4.17.21",
"nunjucks": "^3.2.4",
"postcss": "^8.5.6",
"postcss-preset-env": "^10.2.4",
"prettier": "^3.6.2",
"sass": "^1.90.0",
"semver": "^7.7.2",
"svg-sprite": "^2.0.4",
"svgo": "^4.0.0",
"terser": "^5.43.1",
"ws": "^8.18.3"
}
}