-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
155 lines (155 loc) · 6.05 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "copyrightly",
"version": "0.0.1",
"scripts": {
"postinstall-old": "node patch.js",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "npm-run-all -p -c solhint nglint",
"solhint": "solhint ./contracts/**/*.sol",
"nglint": "ng lint",
"network": "ganache-cli -h 0.0.0.0 -m 'candy maple cake sugar pudding cream honey rich smooth crumble sweet treat'",
"migrate": "truffle migrate --reset",
"test": "npm-run-all -p -c soltest ngtest",
"soltest": "truffle test test/*.js",
"solcover": "truffle run coverage --file=\"test/*.test.js\" --network development",
"ngtest": "ng test --watch=false",
"e2e": "ng e2e --webdriver-update false",
"e2e-feature": "protractor e2e/protractor.conf.js --specs ",
"e2e-local": "npm-run-all e2e-quick e2e-report --continue-on-error",
"e2e-quick": "ng e2e --dev-server-target= --webdriver-update false",
"e2e-report": "node e2e/generate-html-report.js",
"webdriver-update": "webdriver-manager update --gecko false --standalone false --versions.chrome 93.0.4577.82",
"debug:migrate": "node $NODE_DEBUG_OPTION ./node_modules/.bin/truffle migrate",
"debug:soltest": "node $NODE_DEBUG_OPTION ./node_modules/.bin/truffle test",
"sol2uml": "sol2uml ./contracts -i Migrations.sol,YouTubeEvidenceMock.sol -o docs/images/smartcontracts.svg",
"graph-codegen": "graph codegen -o ./graphprotocol/generated/",
"graph-build": "graph build -o ./graphprotocol/build/",
"graph-deploy": "graph deploy -o ./graphprotocol/build/ --studio copyrightly",
"graph-local": "docker-compose -f test/docker-compose.yml up",
"create-local": "graph create -o ./graphprotocol/build/ --node http://localhost:8020/ copyrightly",
"remove-local": "graph remove -o ./graphprotocol/build/ --node http://localhost:8020/ copyrightly",
"config-local": "node subgraph-local.js",
"deploy-local": "graph deploy -l test -o ./graphprotocol/build/ --node http://localhost:8020/ --ipfs http://localhost:5001 copyrightly subgraph-local.yaml",
"graphql-doc": "spectaql -t ./docs/graphql spectaql.yml",
"etherscan-verify": "truffle run verify Manifestations UploadEvidence CLYToken YouTubeEvidence CopyrightLYNFT --network rinkeby"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.9",
"@angular/common": "~12.2.9",
"@angular/compiler": "~12.2.9",
"@angular/core": "~12.2.9",
"@angular/forms": "~12.2.9",
"@angular/localize": "~12.2.9",
"@angular/platform-browser": "~12.2.9",
"@angular/platform-browser-dynamic": "~12.2.9",
"@angular/router": "~12.2.9",
"@apollo/client": "^3.4.16",
"@fortawesome/fontawesome-free": "^5.15.3",
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
"@self.id/web": "^0.1.0",
"@walletconnect/web3-provider": "^1.6.5",
"angulartics2": "^10.0.0",
"apollo-angular": "^2.6.0",
"bootstrap": "^4.5.0",
"ethereum-blockies": "^0.1.1",
"ethereum-ens": "0.7.8",
"graphql": "^15.5.1",
"ipfs-http-client": "^49.0.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"web3": "^1.3.6",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.9",
"@angular-eslint/builder": "^12.5.0",
"@angular-eslint/eslint-plugin": "^12.5.0",
"@angular-eslint/eslint-plugin-template": "^12.5.0",
"@angular-eslint/schematics": "12.5.0",
"@angular-eslint/template-parser": "^12.5.0",
"@angular/cli": "~12.2.9",
"@angular/compiler-cli": "~12.2.9",
"@ceramicnetwork/blockchain-utils-linking": "^1.2.0",
"@ceramicnetwork/cli": "^1.4.0",
"@chainlink/contracts": "^0.2.1",
"@cucumber/cucumber": "^7.2.1",
"@cucumber/pretty-formatter": "^1.0.0-alpha.1",
"@datamodels/identity-accounts-crypto": "^0.1.2",
"@datamodels/identity-accounts-web": "^0.1.2",
"@datamodels/identity-profile-basic": "^0.1.2",
"@ensdomains/ens": "^0.6.0",
"@ensdomains/resolver": "^0.3.0",
"@glazed/devtools": "^0.1.3",
"@graphprotocol/graph-cli": "~0.21.0",
"@graphprotocol/graph-ts": "~0.20.1",
"@ipld/dag-pb": "^2.1.11",
"@openzeppelin/test-helpers": "^0.5.13",
"@truffle/hdwallet-provider": "1.2.3",
"@types/chai": "~4.2.21",
"@types/chai-string": "~1.4.2",
"@types/create-hash": "^1.2.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"@zondax/filecoin-signing-tools": "^0.17.1",
"assert": "^1.5.0",
"browserify-process": "^0.11.10",
"chai": "~4.3.4",
"chai-bn": "^0.2.2",
"chai-string": "~1.5.0",
"crypto-browserify": "^3.12.0",
"cucumber-html-reporter": "^5.4.0",
"dotenv": "^8.2.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"eth-ens-namehash": "^2.0.8",
"ganache-cli": "^6.12.2",
"https-browserify": "^1.0.0",
"ipfs-core-types": "^0.8.1",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"npm-run-all": "^4.1.5",
"openzeppelin-solidity": "^4.1.0",
"os-browserify": "^0.3.0",
"path-browserify": "^0.0.1",
"protractor": "~7.0.0",
"protractor-cucumber-framework": "^8.2.6",
"sol2uml": "^1.1.25",
"solhint": "^3.3.4",
"solidity-coverage": "^0.7.16",
"spectaql": "^0.5.0",
"stream-browserify": "^2.0.2",
"stream-http": "^2.8.3",
"truffle": "~5.3.12",
"truffle-plugin-verify": "^0.5.12",
"ts-node": "~8.3.0",
"typescript": "~4.3.5",
"webpack-bundle-analyzer": "^4.4.1",
"yaml": "^1.10.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhizomik/copyrightly.git"
},
"author": "http://rhizomik.net/~roberto",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/rhizomik/copyrightly/issues"
},
"browser": {
"fs": false,
"child_process": false,
"net": false
}
}