-
-
Notifications
You must be signed in to change notification settings - Fork 228
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 712 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 712 Bytes
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": "@metamask/sdk-analytics-client",
"packageManager": "yarn@3.5.1",
"scripts": {
"build": "echo 'Na'",
"build:dev": "echo 'Na'",
"dev": "echo 'Na'",
"build:post-tsc": "echo 'Na'",
"build:pre-tsc": "echo 'Na'",
"size": "echo 'Na'",
"clean": "echo 'Na'",
"lint": "echo 'Na'",
"lint:changelog": "echo 'Na'",
"lint:eslint": "echo 'Na'",
"lint:fix": "echo 'Na'",
"lint:misc": "echo 'Na'",
"publish:preview": "echo 'Na'",
"prepack": "echo 'Na'",
"reset": "echo 'Na'",
"test": "echo 'Na'",
"test:e2e": "echo 'Na'",
"test:coverage": "echo 'Na'",
"test:ci": "echo 'Na'",
"test:dev": "echo 'Na'",
"watch": "echo 'Na'"
}
}