mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 09:09:04 -04:00
15 lines
257 B
JavaScript
Executable File
15 lines
257 B
JavaScript
Executable File
const pkg = require('./package.json')
|
|
|
|
module.exports = {
|
|
build: {
|
|
srcPath: './src',
|
|
outputPath: './public'
|
|
},
|
|
site: {
|
|
title: 'Terminal CSS',
|
|
libVersion: pkg.version,
|
|
description: pkg.description,
|
|
keywords: pkg.keywords
|
|
}
|
|
};
|