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-02-22 00:43:36 +00:00
|
|
|
"@ts-stack/markdown": "^1.3.0",
|
2021-05-03 17:35:27 +00:00
|
|
|
"@types/node": "^15.0.1",
|
2021-01-05 18:16:23 +00:00
|
|
|
"a17t": "^0.4.0",
|
2021-03-09 15:52:15 +00:00
|
|
|
"esbuild": "^0.8.57",
|
2021-05-11 21:24:34 +00:00
|
|
|
"lodash": "^4.17.21",
|
2021-01-05 18:16:23 +00:00
|
|
|
"mjml": "^4.8.0",
|
|
|
|
"remixicon": "^2.5.0",
|
2021-02-22 16:40:37 +00:00
|
|
|
"remove-markdown": "^0.3.0",
|
2020-09-20 13:48:17 +00:00
|
|
|
"typescript": "^4.0.3"
|
2021-03-10 19:42:40 +00:00
|
|
|
}
|
2020-08-01 20:20:02 +00:00
|
|
|
}
|