-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.15 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "mashya-instagram-api",
"version": "1.1.3",
"description": "",
"main": "dist/bot.js",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"start": "npm run build && node dist/example.js",
"start:dev": "npx ts-node src/example.ts",
"lint": "eslint . --fix",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamid/mashya-instagram-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hamid/mashya-instagram-api/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/hamid/mashya-instagram-api#readme",
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@types/cli-progress": "^3.9.2",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"playwright": "^1.20.2",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"cli-progress": "^3.10.0"
}
}