mirror of
https://github.com/pezkuwichain/pezkuwi-dev.git
synced 2026-04-22 02:08:01 +00:00
8d28b36f9c
- Package namespace: @polkadot/dev -> @pezkuwi/dev - Repository: polkadot-js/dev -> pezkuwichain/pezkuwi-dev - Author: Pezkuwi Team <team@pezkuwichain.io> Packages: - @pezkuwi/dev (build tools, linting, CI scripts) - @pezkuwi/dev-test (test runner) - @pezkuwi/dev-ts (TypeScript build) Upstream: polkadot-js/dev v0.83.3
31 lines
777 B
JSON
31 lines
777 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/pezkuwi/dev/issues",
|
|
"description": "A basic test-functions-as-global library on top of node:test",
|
|
"engines": {
|
|
"node": ">=18.14"
|
|
},
|
|
"homepage": "https://github.com/pezkuwi/dev/tree/master/packages/dev-test#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/dev-test",
|
|
"repository": {
|
|
"directory": "packages/dev-test",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwi/dev.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "0.84.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"
|
|
}
|
|
}
|