@prostojs/mate
Version:
MATE is TS Metadata Organizer
82 lines (81 loc) • 2.22 kB
JSON
{
"name": "@prostojs/mate",
"version": "0.3.3",
"description": "MATE is TS Metadata Organizer",
"main": "index.js",
"module": "dist/mate.esm-bundler.js",
"types": "dist/mate.d.ts",
"files": [
"index.js",
"dist"
],
"scripts": {
"build": "node ./scripts/build",
"release": "node ./scripts/release",
"test": "jest --runInBand",
"test:cov": "jest --runInBand --coverage",
"lint": "eslint --ext .ts src/**.ts --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prostojs/mate.git"
},
"keywords": [
"metadata",
"decorators",
"mate",
"prostojs"
],
"buildOptions": {
"name": "ProstoMate",
"formats": [
"esm-bundler",
"cjs"
]
},
"dependencies": {},
"gitHooks": {
"commit-msg": "node scripts/verifyCommit.js"
},
"author": "Artem Maltsev",
"license": "MIT",
"bugs": {
"url": "https://github.com/prostojs/mate/issues"
},
"homepage": "https://github.com/prostojs/mate#readme",
"devDependencies": {
"@microsoft/api-extractor": "^7.30.0",
"@prostojs/dye": "^0.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.57",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"brotli": "^1.3.3",
"conventional-changelog": "^3.1.24",
"conventional-changelog-cli": "^2.1.1",
"enquirer": "^2.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.2.5",
"minimist": "^1.2.6",
"reflect-metadata": "^0.1.13",
"rollup": "^2.58.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"semver": "^7.3.5",
"ts-jest": "^27.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.3.1",
"typescript": "^4.8.2",
"yorkie": "^2.0.0",
"zlib": "^1.0.5"
}
}