-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 909 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
{
"name": "continuum",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": "true",
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/circomlibjs",
"**/circomlibjs/**",
"**/circomlib",
"**/snarkjs",
"**/nft.storage",
"**/ipfs-unixfs-exporter",
"**/puppeteer"
]
},
"devDependencies": {
"@types/eslint": "^8.4.1",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"aws-cdk": "^2.20.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}