1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2026-02-06 07:05:18 +01:00

refactor: update

This commit is contained in:
Ika
2019-04-09 23:25:38 +08:00
parent 19b858e8a5
commit 90641f0973
19 changed files with 2476 additions and 2315 deletions

View File

@@ -2,34 +2,38 @@
"name": "emoji-cheat-sheet",
"version": "0.0.0-dev",
"private": true,
"author": "ikatyang",
"license": "MIT",
"repository": "https://github.com/ikatyang/emoji-cheat-sheet",
"repository": "ikatyang/emoji-cheat-sheet",
"homepage": "https://github.com/ikatyang/emoji-cheat-sheet#readme",
"author": {
"name": "Ika",
"email": "ikatyang@gmail.com",
"url": "https://github.com/ikatyang"
},
"license": "MIT",
"scripts": {
"lint": "tslint -p ./tsconfig.json",
"test": "jest -c ./jest.json",
"generate": "ts-node ./scripts/generate.ts ./README.md"
"lint": "tslint -p . --type-check",
"test": "jest",
"generate": "node ./scripts/generate.js > ./README.md"
},
"dependencies": {
"cheerio": "^0.22.0",
"request": "^2.82.0"
"dedent": "^0.7.0",
"request": "^2.88.0"
},
"devDependencies": {
"@types/cheerio": "0.22.11",
"@types/jest": "21.1.10",
"@types/dedent": "0.7.0",
"@types/jest": "24.0.11",
"@types/node": "8.10.44",
"@types/request": "2.48.1",
"jest": "21.2.1",
"jest-playback": "1.0.1",
"prettier": "1.14.3",
"prettier-config-ikatyang": "1.1.1",
"ts-jest": "21.2.4",
"ts-node": "4.1.0",
"tslint": "5.14.0",
"tslint-config-ikatyang": "2.5.1",
"tslint-config-prettier": "1.18.0",
"jest": "24.7.1",
"jest-playback": "2.0.2",
"prettier": "1.16.4",
"tslint": "5.15.0",
"tslint-plugin-prettier": "2.0.1",
"typescript": "2.9.2"
"typescript": "3.4.2"
},
"engines": {
"node": ">= 8"
}
}