@datr.tech/marble-transformer-core
Version:
Marble transformer core
84 lines (83 loc) • 2.72 kB
JSON
{
"name": "@datr.tech/marble-transformer-core",
"version": "0.3.3",
"private": false,
"description": "Marble transformer core",
"keywords": [
"@app-mtc",
"@datr.tech",
"api",
"core",
"marble",
"transformer",
"typescript"
],
"homepage": "https://github.com/datr.tech/marble-transformer-core",
"repository": {
"type": "git",
"url": "git+https://github.com/datr.tech/marble-transformer-core.git"
},
"license": "MIT",
"author": "admin <admin@datr.tech>",
"main": "./dist/index.js",
"scripts": {
"build": "npx tsc && npx resolve-tspaths",
"changelog": "npx auto-changelog",
"changelog:add": "git add ./CHANGELOG.md",
"changelog:commit": "git commit -m 'ci: update changelog' --no-verify",
"clean": "npx rimraf ./dist/*",
"commit-msg": "commitlint --edit",
"format": "npm-run-all format:config format:src format:test",
"format:config": "npx prettier --write './*.{cjs,js,json,mjs,ts}'",
"format:src": "npx prettier --write './src/**/*.{json,ts}'",
"format:test": "npx prettier --write './test/**/**/*.{json,ts}'",
"lint": "npx eslint --fix",
"postchangelog": "npm-run-all changelog:add changelog:commit",
"postversion": "git push origin master --tags --no-verify",
"prebuild": "npm run clean",
"prechangelog": "git add ./package.json",
"precommit": "npm-run-all format lint spell",
"prepare": "husky",
"prepush": "npm run test",
"preversion": "npm-run-all format lint spell",
"spell": "npx cspell .",
"test": "npm run test:unit",
"test:it": "npx jest -c ./jest.config.integration.json ./test/integration",
"test:unit": "npx jest -c ./jest.config.unit.json ./test/unit --coverage",
"version": "npm-run-all build changelog"
},
"dependencies": {
"@types/node": "^22.7.6"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.13",
"auto-changelog": "^2.5.0",
"cspell": "^8.18.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-sort-json": "^4.1.1",
"resolve-tspaths": "^0.8.23",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
},
"engines": {
"node": ">=20.0.9",
"npm": ">=10.1.0"
}
}