sussy-util
Version:
Util package made by me
31 lines (30 loc) • 626 B
JSON
{
"name": "sussy-util",
"version": "12.0.0",
"description": "Util package made by me",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"compile": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/roteKlaue/sussy-util/tree/Version-12"
},
"keywords": [
"js",
"ts",
"TypeScript",
"JavaScript",
"EcmaScript",
"util",
"backend"
],
"author": "roteKlaue",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.15.11"
}
}