UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

93 lines (92 loc) 2.23 kB
{ "name": "kist", "version": "0.1.75", "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": "js/cli.js", "dependencies": { "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.5", "@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.5.0", "canvas": "^3.2.3", "canvg": "^4.0.3", "chokidar": "^5.0.0", "cssnano": "^8.0.1", "del": "^8.0.1", "eslint-config-prettier": "^10.1.8", "express": "^5.2.1", "express-rate-limit": "^8.5.2", "fantasticon": "^4.1.0", "fs-extra": "^11.3.5", "glob": "^13.0.6", "js-yaml": "^4.1.1", "jsdom": "^29.1.1", "lodash": "^4.18.1", "nunjucks": "^3.2.4", "postcss": "^8.5.14", "postcss-preset-env": "^11.3.0", "prettier": "^3.8.3", "sass": "^1.99.0", "semver": "^7.8.0", "svg-sprite": "^2.0.4", "svgo": "^4.0.1", "terser": "^5.47.1", "ws": "^8.20.1" }, "repository": { "type": "git", "url": "git+https://github.com/getkist/kist.git" }, "bugs": { "url": "https://github.com/getkist/kist/issues" }, "author": "Lars van Vianen <lars@vianen.com> (https://vianen.com)", "contributors": [ "Scape Press <info@scape.press>" ] }