2020-08-01 20:20:02 +00:00
|
|
|
{
|
2021-01-05 18:16:23 +00:00
|
|
|
"name": "jfa-go",
|
2020-08-01 20:20:02 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "This is only used for grabbing scss build dependencies, and isn't a real package.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-01-05 18:16:23 +00:00
|
|
|
"url": "git+https://github.com/hrfee/jfa-go.git"
|
2020-08-01 20:20:02 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2021-01-05 18:16:23 +00:00
|
|
|
"url": "https://github.com/hrfee/jfa-go/issues"
|
2020-08-01 20:20:02 +00:00
|
|
|
},
|
2021-01-05 18:16:23 +00:00
|
|
|
"homepage": "https://github.com/hrfee/jfa-go#readme",
|
2020-08-01 20:20:02 +00:00
|
|
|
"dependencies": {
|
2021-01-05 18:16:23 +00:00
|
|
|
"a17t": "^0.4.0",
|
2020-09-29 19:35:06 +00:00
|
|
|
"esbuild": "^0.7.8",
|
2020-08-01 20:20:02 +00:00
|
|
|
"lodash": "^4.17.19",
|
2021-01-05 18:16:23 +00:00
|
|
|
"mjml": "^4.8.0",
|
|
|
|
"remixicon": "^2.5.0",
|
2020-09-20 13:48:17 +00:00
|
|
|
"typescript": "^4.0.3"
|
2021-01-05 18:16:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2020-08-01 20:20:02 +00:00
|
|
|
}
|