sussy-util
Version:
Util package made by me
46 lines (45 loc) • 1.26 kB
JSON
{
"name": "sussy-util",
"version": "13.0.0",
"description": "Util package made by me",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"compile": "npx tsc",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"test": "npx jest",
"test:ci": "npm ci && npm run compile && npm run lint && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roteKlaue/sussy-util.git#Version-13"
},
"keywords": [
"js",
"ts",
"TypeScript",
"JavaScript",
"EcmaScript",
"util",
"backend"
],
"author": "roteKlaue",
"license": "GPL-3.0",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.5.2",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.31.0",
"eslint-plugin-prettier": "^5.5.3",
"jest": "^29.7.0",
"prettier": "^3.6.2",
"ts-jest": "^29.1.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.38.0"
},
"jest": {
"preset": "ts-jest"
}
}