blob: 09c0688bccd74d8e26854ddf0a347006b89995f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "tourian",
"version": "1.0.0",
"description": "LLM shitposting",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xe/x.git"
},
"author": "Xe Iaso",
"license": "ISC",
"bugs": {
"url": "https://github.com/Xe/x/issues"
},
"homepage": "https://github.com/Xe/x#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.12"
}
}
|