-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1023 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
{
"name": "contracts-example",
"private": true,
"author": "Ignacio Larrañaga <[email protected]>",
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"test": "lerna run test",
"it": "lerna run it",
"lint": "lerna run lint",
"prettier": "lerna run prettier",
"format": "lerna run format",
"regenerate-graphql-schema": "lerna run --scope @ignaciolarranaga/stack regenerate-graphql-schema",
"regenerate-graphql-schema-types": "lerna run --scope @ignaciolarranaga/graphql-model regenerate-graphql-schema-types",
"synth": "lerna run --scope @ignaciolarranaga/stack synth",
"deploy": "lerna run --scope @ignaciolarranaga/stack deploy",
"destroy": "lerna run --scope @ignaciolarranaga/stack destroy"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"lerna": "^5.1.4",
"prettier": "^2.8.0"
}
}