emoji-cheat-sheet/package.json

36 lines
979 B
JSON
Raw Normal View History

2017-03-18 01:10:09 +08:00
{
2017-07-15 23:39:13 +08:00
"name": "emoji-cheat-sheet",
2017-07-15 22:51:15 +08:00
"version": "0.0.0-dev",
2017-03-18 01:10:09 +08:00
"private": true,
"author": "ikatyang",
"license": "MIT",
2017-07-16 00:52:33 +08:00
"repository": "https://github.com/ikatyang/emoji-cheat-sheet",
"homepage": "https://github.com/ikatyang/emoji-cheat-sheet#readme",
2017-03-18 01:10:09 +08:00
"scripts": {
2017-07-15 23:39:13 +08:00
"lint": "tslint -p ./tsconfig.json",
2017-07-15 23:55:45 +08:00
"test": "jest -c ./jest.json",
"generate": "ts-node ./scripts/generate.ts ./README.md"
2017-03-18 01:10:09 +08:00
},
"dependencies": {
2017-07-15 22:51:15 +08:00
"cheerio": "^0.22.0",
"request": "^2.82.0"
2017-07-15 22:51:15 +08:00
},
"devDependencies": {
"@types/cheerio": "0.22.11",
"@types/jest": "21.1.10",
"@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",
"tslint-plugin-prettier": "2.0.1",
"typescript": "2.9.2"
2017-03-18 01:10:09 +08:00
}
}