@swc-node/jest
Version:
swc preprocessor for jest with source map support
54 lines • 1.18 kB
JSON
{
"name": "@swc-node/jest",
"version": "1.9.1",
"description": "swc preprocessor for jest with source map support",
"keywords": [
"swc",
"jest",
"ts-jest",
"napi",
"N-API",
"typescript",
"node-rs",
"napi-rs",
"ts-node"
],
"author": "LongYinan <github@lyn.one>",
"homepage": "https://github.com/swc-project/swc-node",
"license": "MIT",
"main": "./lib/index.js",
"files": [
"lib",
"jest-preset.js",
"LICENSE"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@node-rs/xxhash": "^1.7.6",
"@swc-node/core": "^1.14.1",
"@swc-node/register": "^1.11.1"
},
"peerDependencies": {
"@swc/core": ">= 1.4.13",
"@swc/types": ">= 0.1",
"typescript": ">= 5.0"
},
"devDependencies": {
"@swc/core": "^1.13.3",
"@swc/types": "^0.1.24"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc-node.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc-node/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
}
}