-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.51 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "motoko-sdk",
"version": "1.0.0",
"description": "This can be developed in parallel with the JS SDK. It will be a Mops package.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"prepare": "husky",
"test": "npm run test:motoko && npm run test:canisters && npm run test:e2e",
"test:motoko": "mops test",
"test:canisters": "vitest --project picjs-tests",
"test:e2e": "vitest --project e2e-tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prometheus-protocol/motoko-sdk.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prometheus-protocol/motoko-sdk/issues"
},
"homepage": "https://github.com/prometheus-protocol/motoko-sdk#readme",
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@dfinity/agent": "^2.4.1",
"@dfinity/identity": "^2.4.1",
"@dfinity/pic": "^0.13.1",
"@modelcontextprotocol/sdk": "^1.17.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.3",
"@types/express": "^5.0.3",
"@types/node": "^24.3.0",
"cross-fetch": "^4.1.0",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"husky": "^9.1.7",
"jose": "^6.0.12",
"prettier": "^3.6.2",
"semantic-release": "^24.2.7",
"vitest": "^3.2.4"
},
"dependencies": {
"@noble/hashes": "^2.0.0"
}
}