30 lines
599 B
JSON
30 lines
599 B
JSON
{
|
|
"name": "@schlechtenburg/style",
|
|
"version": "0.0.0",
|
|
"description": "Styles for schlechtenburg",
|
|
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
|
|
"homepage": "",
|
|
"main": "lib/index.ts",
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"fonts",
|
|
"images",
|
|
"scss"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.pub.solar:b12f/schlechtenburg.git"
|
|
}
|
|
}
|