first commit

This commit is contained in:
s.golasch
2023-08-01 13:49:46 +02:00
commit 1fc239fd54
20238 changed files with 3112246 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "asciidisco.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sebastian Golasch <public@asciidisco.com> (http://asciidisco.com/)",
"license": "MIT",
"dependencies": {
"fastdom": "1.0.6",
"truncate": "2.0.0"
},
"devDependencies": {
"standard": "10.0.3"
}
}