@gentrace/core
Version:
Core Gentrace Node.JS library
70 lines (69 loc) • 1.86 kB
JSON
{
"name": "@gentrace/core",
"version": "3.5.12",
"description": "Core Gentrace Node.JS library",
"repository": {
"type": "git",
"url": "git@github.com:gentrace/gentrace-node.git"
},
"keywords": [
"gentrace",
"openapi-client"
],
"author": "Gentrace",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "run-s clean typescript:compile rollup:compile",
"typescript:compile": "tsc -p tsconfig.json",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"rollup:compile": "rollup --config rollup.config.mjs",
"test": "jest"
},
"dependencies": {
"@types/ws": "8.5.3",
"@web-std/file": "^3.0.3",
"acorn": "^8.11.3",
"axios": "^1.4.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"form-data": "^4.0.0",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"uuid": "^9.0.0",
"ws": "^8.18.0"
},
"peerDependencies": {
"mustache": "^4.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@gentrace/tsconfig": "workspace:*",
"@microsoft/api-extractor": "^7.49.0",
"@mswjs/interceptors": "^0.17.9",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-typescript": "^11.1.0",
"@types/jest": "^29.5.1",
"@types/json-stable-stringify": "^1.0.34",
"@types/lodash": "^4.17.0",
"@types/mustache": "^4.2.5",
"@types/node": "^12.11.5",
"@types/uuid": "^9.0.1",
"dotenv": "^16.0.3",
"jest": "^29.5.0",
"json-stable-stringify": "^1.0.2",
"msw": "^1.2.5",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.0",
"rollup": "^3.21.5",
"rollup-plugin-copy": "^3.4.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "~5.1.3",
"zod": "^3.23.8"
}
}