larvitutils
Version:
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "larvitutils",
"version": "5.1.173",
"description": "Misc utils",
"main": "./dist/index.js",
"files": [
"/dist"
],
"devDependencies": {
"@types/node": "24.10.1",
"@types/tape": "5.8.1",
"@typescript-eslint/eslint-plugin": "8.48.1",
"@typescript-eslint/parser": "8.48.1",
"eslint": "8.57.1",
"nyc": "17.1.0",
"tape": "5.9.0",
"ts-node": "10.9.2",
"typescript": "5.9.3"
},
"scripts": {
"build": "rm -rf ./dist/* && tsc && cp ./src/models.d.ts ./dist/",
"lint": "eslint ./src/* ./test/**/*.ts",
"test": "npm run lint && npm run build && ./node_modules/.bin/nyc ts-node -P ./tsconfig.json ./node_modules/tape/bin/tape test/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larvit/larvitutils.git"
},
"keywords": [
"misc",
"uuid",
"replaceAll"
],
"author": "lillem4n <lilleman@larvit.se>",
"license": "ISC",
"bugs": {
"url": "https://github.com/larvit/larvitutils/issues"
},
"homepage": "https://github.com/larvit/larvitutils#readme",
"nyc": {
"include": [
"src/**/*.ts"
],
"extension": [
".ts"
]
}
}