xtutils
Version:
Thuku's assorted general purpose typescript/javascript library.
62 lines (61 loc) • 1.39 kB
JSON
{
"name": "xtutils",
"package-name": "xtutils",
"version": "1.0.7",
"description": "Thuku's assorted general purpose typescript/javascript library.",
"author": "Thuku <xthukuh@gmail.com>(https://github.com/xthukuh)",
"keywords": [
"thuku",
"xthukuh",
"assorted",
"general",
"purpose",
"typescript",
"javascript",
"library",
"utils",
"utilities"
],
"license": "ISC",
"homepage": "https://github.com/xthukuh/xtutils#readme",
"bugs": {
"url": "https://github.com/xthukuh/xtutils/issues"
},
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf ./dist",
"compile": "tsc -p tsconfig.prod.json",
"build": "npm run prebuild && npm run compile",
"prepublish": "npm run build",
"dev": "npx ts-node ./test/index.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xthukuh/xtutils.git"
},
"devDependencies": {
"@types/eslint": "^8.40.2",
"@types/jest": "^29.5.2",
"concat-md": "^0.5.1",
"fs-extra": "^11.2.0",
"jest": "^29.5.0",
"rimraf": "^5.0.1",
"showdown": "^2.1.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "0.27.6",
"typescript": "^5.1.3"
},
"dependencies": {
"buffer": "^6.0.3"
},
"engines": {
"node": ">=18"
}
}