This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.62 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@rxdi/deploy",
"version": "0.7.46",
"description": "Package prepared to deploy easy decentralized rxdi package ",
"main": "index.js",
"scripts": {
"start": "gapi start --local --parcel",
"build:docker": "docker build -t rxdi/deploy .",
"prettier": "prettier --write 'src/**/*.ts'",
"start:docker": "docker-compose up -d",
"build": "gapi build",
"deploy": "docker run -v /proba/:/usr/src/app/proba --name rxdi-deployer rxdi/deploy ./proba/index.ts || true && npm run stop",
"stop": "docker rm -f rxdi-deploy",
"tsc": "./node_modules/.bin/tsc",
"test": "echo Test Deploy",
"lint": "echo lint",
"pretest": "npm run lint"
},
"bin": {
"rxdi-deploy": "./dist/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rxdi/deploy"
},
"author": "Kristiyan Tachev",
"license": "MIT",
"dependencies": {
"@gapi/core": "^1.8.5",
"@gapi/ipfs": "^1.5.7",
"@gapi/ipfs-daemon": "^1.5.9",
"@rxdi/dts-merge": "^0.7.37",
"flatten": "^1.0.2",
"go-ipfs": "git+https://github.com/Stradivario/npm-go-ipfs.git",
"graphql-request": "^1.8.2",
"mongoose": "^5.7.6",
"ncp": "2.0.0",
"nedb": "^1.8.0",
"parcel-bundler": "1.12.3",
"terminal-table": "0.0.12",
"typescript": "^3.5.3"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
"@types/hapi": "^18.0.2",
"@types/mongoose": "^5.5.30",
"@types/nedb": "^1.8.6",
"@types/node": "^12.0.10",
"parcel-plugin-shebang": "^1.2.3",
"prettier": "1.18.2"
},
"types": "./dist/main.d.ts",
"module": "./dist/main.js",
"typings": "./dist/main.d.ts"
}