forked from polkadot-js/dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 790 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
28
29
30
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/dev/issues",
"description": "A basic test-functions-as-global library on top of node:test",
"engines": {
"node": ">=18.14"
},
"homepage": "https://github.com/polkadot-js/dev/tree/master/packages/dev-test#readme",
"license": "Apache-2.0",
"name": "@polkadot/dev-test",
"repository": {
"directory": "packages/dev-test",
"type": "git",
"url": "https://github.com/polkadot-js/dev.git"
},
"sideEffects": false,
"type": "module",
"version": "0.83.2",
"main": "./index.js",
"exports": {
"./globals.d.ts": "./src/globals.d.ts"
},
"dependencies": {
"jsdom": "^24.0.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@types/jsdom": "^21.1.6"
}
}