24 lines
680 B
JSON
24 lines
680 B
JSON
{
|
|
"name": "communist-manifesto-typer",
|
|
"version": "1.0.0",
|
|
"description": "Inspired by hackertyper.net, this outputs the communist manifesto written by Karl Marx and Friedrich Engels in 1888",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "esbuild src/index.ts --bundle --outfile=public/js/scripts.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@codeberg.org:richardj/communist-manifesto-typer.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "5.0.2"
|
|
},
|
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
"dependencies": {
|
|
"esbuild": "0.17.12"
|
|
}
|
|
}
|