-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 977 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
34
35
36
37
38
39
40
{
"name": "fb-poster",
"version": "0.1.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc -d",
"postbuild": "cp -r src/modules/node-stego/src/fft lib/modules/node-stego/src/",
"start": "export NODE_ENV=production && npx ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"e2e": "./bin/e2e.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/meow": "^5.0.0",
"@types/node": "^12.7.5",
"@types/pg": "^7.11.2",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"eslint": "^6.5.1",
"typescript": "^3.6.3"
},
"dependencies": {
"meow": "^5.0.0",
"pg": "^7.12.1",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.19"
},
"peerDependencies": {
"core-js": "3.x",
"canvas": "2.x",
"image-size": "0.x",
"request": "2.x",
"puppeteer": "1.x"
}
}