-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 992 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "abraham",
"version": "0.0.0",
"description": "<!-- **abraham/abraham** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.",
"main": "index.js",
"scripts": {
"build": "tsc --noEmit",
"format": "prettier --write .",
"lint": "prettier --check .",
"test": "npm run lint",
"update-tweets": "ts-node-script ./scripts/update-tweets.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abraham/abraham.git"
},
"author": "Abraham Williams <hi@abrah.am>",
"license": "ISC",
"bugs": {
"url": "https://github.com/abraham/abraham/issues"
},
"homepage": "https://github.com/abraham/abraham#readme",
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.13.8",
"@types/underscore": "^1.13.0",
"prettier": "3.5.3",
"ts-node": "^10.9.2",
"twitter-api-sdk": "^1.2.1",
"typescript": "^5.8.2",
"underscore": "^1.13.7"
}
}