forked from Shopify/shopify-app-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "shopify-app-js--root",
"version": "1.0.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "loom build",
"test": "loom test",
"lint": "loom lint",
"release": "loom build && changeset publish",
"clean": "rimraf ./packages/*/build .loom"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@jest/types": "^29.6.1",
"@shopify/eslint-plugin": "^42.1.0",
"@shopify/loom": "^1.0.2",
"@shopify/loom-cli": "^1.1.0",
"@shopify/loom-plugin-build-library": "^1.0.3",
"@shopify/loom-plugin-eslint": "^2.0.1",
"@shopify/loom-plugin-jest": "^1.0.2",
"@shopify/loom-plugin-prettier": "^2.0.1",
"@shopify/prettier-config": "^1.1.2",
"@shopify/typescript-configs": "^5.1.0",
"eslint": "^8.40.0",
"jest": "^29.1.0",
"jest-fetch-mock": "^3.0.3",
"jest-runner-eslint": "^2.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5"
},
"dependencies": {},
"workspaces": [
"packages/*"
]
}