-
Notifications
You must be signed in to change notification settings - Fork 956
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
34
35
36
37
38
39
40
{
"name": "consumet",
"version": "1.0.0",
"main": "src/main.ts",
"scripts": {
"start": "ts-node src/main.ts",
"dev": "nodemon src/main.ts"
},
"engines": {
"node": ">=12.5.0",
"yarn": ">=1.17.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/consumet/consumet.ts.git"
},
"author": "prince-ao <princead@tutanota.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/consumet/consumet.ts/issues"
},
"homepage": "https://github.com/consumet/consumet.ts#readme",
"dependencies": {
"@consumet/extensions": "https://github.com/consumet/consumet.ts.git",
"@fastify/cors": "^8.0.0",
"@types/fastify-cors": "^2.1.0",
"@types/node": "^18.0.2",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.11",
"consumet.ts": "https://github.com/consumet/consumet.ts.git",
"dotenv": "^16.0.1",
"fastify": "^4.2.0",
"fastify-cors": "^6.1.0",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}