mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-13 10:28:16 +08:00
35 lines
952 B
JSON
35 lines
952 B
JSON
{
|
|
"name": "emoji-cheat-sheet",
|
|
"version": "0.0.0-dev",
|
|
"private": true,
|
|
"author": "ikatyang",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/ikatyang/emoji-cheat-sheet",
|
|
"homepage": "https://github.com/ikatyang/emoji-cheat-sheet#readme",
|
|
"scripts": {
|
|
"lint": "tslint -p ./tsconfig.json",
|
|
"test": "jest -c ./jest.json",
|
|
"generate": "ts-node ./scripts/generate.ts ./README.md"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^0.22.0",
|
|
"request": "^2.81.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "0.22.2",
|
|
"@types/jest": "20.0.5",
|
|
"@types/node": "8.0.19",
|
|
"@types/request": "2.0.0",
|
|
"jest": "20.0.4",
|
|
"jest-playback": "1.0.0",
|
|
"prettier": "1.5.3",
|
|
"prettier-config-ikatyang": "1.1.1",
|
|
"ts-jest": "20.0.9",
|
|
"tslint": "5.5.0",
|
|
"tslint-config-ikatyang": "2.1.0",
|
|
"tslint-config-prettier-ext": "1.4.0",
|
|
"tslint-plugin-prettier": "1.0.0",
|
|
"typescript": "2.4.2"
|
|
}
|
|
}
|