Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ignite
GitHub Repository: ignite/cli
Path: blob/main/integration/testdata/tstestrunner/package.json
1007 views
1
{
2
"name": "tstestrunner",
3
"version": "1.0.0",
4
"private": true,
5
"description": "Test Runner for the TS Client",
6
"license": "ISC",
7
"scripts": {
8
"test": "vitest --run"
9
},
10
"devDependencies": {
11
"@types/glob": "^7.2.0",
12
"@types/node": "^17.0.31",
13
"glob": "^8.0.1",
14
"isomorphic-unfetch": "^3.1.0",
15
"vitest": "^0.10.2"
16
},
17
"dependencies": {
18
"@cosmjs/proto-signing": "^0.27.0",
19
"@cosmjs/stargate": "^0.27.0"
20
}
21
}
22
23