-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 715 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 715 Bytes
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": "threadsnetapi",
"version": "1.0.7",
"description": "Unofficial Threads.net API",
"keywords": [
"threads",
"api",
"threads.net",
"threadsnet",
"threads.net api",
"threadsnet api"
],
"main": "dist/index.js",
"typings": "src/index.d.ts",
"repository": "https://github.com/GreXLin85/threadsnetapi",
"author": "GreXLin85",
"license": "MIT",
"dependencies": {
"@types/node": "^20.4.0",
"playwright": "^1.35.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.6.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"scripts": {
"test": "jest",
"prepublishOnly": "npm test && tsc"
}
}