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
28 lines (28 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 727 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
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/dev/issues",
"description": "An TS -> ESM loader for Node >= 16.12",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/dev/tree/master/packages/dev-ts#readme",
"license": "Apache-2.0",
"name": "@polkadot/dev-ts",
"repository": {
"directory": "packages/dev-ts",
"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": {
"json5": "^2.2.3",
"tslib": "^2.7.0",
"typescript": "^5.5.4"
}
}