forked from ceramicstudio/datamodels
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 865 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
{
"name": "datamodels",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "yarn workspaces run prepare",
"test": "jest"
},
"devDependencies": {
"@ceramicnetwork/common": "^1.4.0",
"@glazed/devtools": "^0.1.3",
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.49",
"@swc/core": "^1.2.85",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"del-cli": "^4.0.1",
"dids": "^2.4.0",
"eslint": "^7.32.0",
"eslint-config-3box": "^0.3.0",
"jest": "^27.2.0",
"jest-environment-ceramic": "^0.14.0",
"json-schema-to-typescript": "^10.1.5",
"key-did-resolver": "^1.4.0",
"prettier": "^2.4.0",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"jest": {
"preset": "ts-jest"
}
}