@stnekroman/tstools
Version:
Set of handy tools for TypeScript development
50 lines (49 loc) • 1.18 kB
JSON
{
"name": "@stnekroman/tstools",
"version": "0.1.7",
"description": "Set of handy tools for TypeScript development",
"license": "MIT",
"main": "./dist/src/index.js",
"types": "./src/index.ts",
"author": {
"name": "StNekroman",
"email": "StNekroman@gmail.com"
},
"repository": {
"url": "git+https://github.com/StNekroman/tstools.git"
},
"keywords": [
"TypeScript",
"TS",
"util",
"utils",
"tools",
"ts-tools",
"tstools"
],
"exports": {
".": "./dist/src/index.js"
},
"scripts": {
"clean": "rimraf dist",
"prebuild": "npm run clean",
"build": "tsc",
"test": "yarn build & jest",
"debugTests": "jest -i",
"lint": "eslint ./src",
"npm-publish": "npm publish --access public",
"npm-publish-github": "npm publish --access public --registry=https://npm.pkg.github.com"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@jest/globals": "29.7.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "20.14.14",
"eslint": "^9.9.0",
"jest": "29.7.0",
"rimraf": "5.0.10",
"ts-jest": "29.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
}
}