mirror of
https://github.com/pezkuwichain/pezkuwi-dev.git
synced 2026-04-21 23:48:03 +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
29 lines
714 B
JSON
29 lines
714 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/pezkuwi/dev/issues",
|
|
"description": "An TS -> ESM loader for Node >= 16.12",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwi/dev/tree/master/packages/dev-ts#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/dev-ts",
|
|
"repository": {
|
|
"directory": "packages/dev-ts",
|
|
"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": {
|
|
"json5": "^2.2.3",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|