-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.59 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
{
"name": "@toniq-labs/fleek-iterative-deploy",
"version": "1.2.11",
"description": "Iteratively deploy Fleek from a git repo",
"keywords": [
"fleek",
"deploy",
"git",
"iterative"
],
"homepage": "https://github.com/Toniq-Labs/fleek-iterative-deploy#readme",
"bugs": {
"url": "https://github.com/Toniq-Labs/fleek-iterative-deploy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Toniq-Labs/fleek-iterative-deploy.git"
},
"license": "MIT",
"author": {
"name": "electrovir",
"url": "https://github.com/electrovir"
},
"bin": "dist/cli.js",
"scripts": {
"format": "virmator format write",
"prepublishOnly": "npm run test:full && npm run set-runnable",
"set-runnable": "chmod +x dist/cli.js",
"spellcheck": "virmator spellcheck",
"test": "virmator test --runInBand",
"test:cli": "virmator compile && npm run set-runnable && node ./dist/cli.js --dry-run",
"test:full": "npm test && virmator compile && npm run spellcheck && virmator format check && virmator code-in-markdown --check README.md",
"test:sites": "virmator compile && npm run set-runnable && node ./dist/cli.js --sites"
},
"dependencies": {
"@fleekhq/fleek-cli": "0.1.8",
"augment-vir": "1.12.2",
"fs-extra": "10.1.0",
"graphql": "16.3.0",
"graphql-request": "4.2.0"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/node": "17.0.25",
"virmator": "2.0.5"
}
}