UNPKG

kist

Version:

Package Pipeline Processor

95 lines 2.23 kB
{ "name": "kist", "version": "0.1.40", "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.23.6", "@babel/preset-env": "^7.23.6", "@babel/preset-typescript": "^7.23.3", "@types/fs-extra": "^11.0.4", "@types/glob": "^8.1.0", "@types/micromatch": "^4.0.9", "@types/nunjucks": "^3.2.6", "@types/svg-sprite": "^0.0.39", "autoprefixer": "^10.4.21", "canvas": "^3.1.0", "canvg": "^4.0.3", "chokidar": "^4.0.0", "cssnano": "^7.0.4", "del": "^8.0.0", "eslint": "^9.9.0", "eslint-config-prettier": "^10.0.1", "express": "^5.1.0", "express-rate-limit": "^7.5.0", "fantasticon": "^3.0.0", "fs-extra": "^11.2.0", "glob": "^11.0.0", "js-yaml": "^4.1.0", "jsdom": "^26.1.0", "lodash": "^4.17.21", "nunjucks": "^3.2.4", "postcss": "^8.4.32", "postcss-preset-env": "^10.0.0", "prettier": "^3.0.3", "sass": "^1.69.7", "semver": "^7.5.4", "svg-sprite": "^2.0.2", "svgo": "^3.1.0", "terser": "^5.26.0", "ws": "^8.18.0" } }