kist
Version:
Lightweight Package Pipeline Processor with Plugin Architecture
34 lines • 889 B
JavaScript
const packageConfig = {
name: "example-project",
version: "0.1.0",
description: "",
keywords: "",
license: "MIT",
homepage: "https://www.example.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",
],
};
export default packageConfig;
//# sourceMappingURL=package.config.js.map