mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-10-31 23:40:11 +00:00
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"name": "jfa-go.com",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Harvey Tindall <hrfee@hrfee.dev>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"a17t": "^0.5.1",
|
|
"esbuild": "^0.12.12",
|
|
"remixicon": "^2.5.0",
|
|
"uncss": "^0.17.3"
|
|
},
|
|
"devDependencies": {
|
|
"live-server": "^1.1.0"
|
|
}
|
|
}
|