You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
667 B
23 lines
667 B
{
|
|
"name": "github-emoji-icon-list",
|
|
"version": "1.1.0",
|
|
"description": "Generate GitHub Emoji Icon list in Markdown format. Auto update with GitHub Actions.",
|
|
"homepage": "https://github.com/jasonfoknxu/github-emoji-icon-list",
|
|
"author": "jasonfoknxu <nxu@nxu.biz> (https://nxuweb.net)",
|
|
"main": "src/app.ts",
|
|
"license": "MIT",
|
|
"repository": "github:jasonfoknxu/github-emoji-icon-list",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "ts-node --files src/app.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.5",
|
|
"typescript": "^5.4.4"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.2.1",
|
|
"ts-node": "^10.9.1"
|
|
}
|
|
}
|