Skip to content

Instantly share code, notes, and snippets.

@tofusoup429
Created March 19, 2021 04:00
Show Gist options
  • Save tofusoup429/bddc96905cc18171507eba067fdb3c05 to your computer and use it in GitHub Desktop.
Save tofusoup429/bddc96905cc18171507eba067fdb3c05 to your computer and use it in GitHub Desktop.
{
"name": "@tofusoup429/pubfuncs",
"version": "1.0.5",
"description": "collection of trivial functions",
"main": "dist/index.js",
"author": "tofusoup429",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc"
},
"keywords": [],
"devDependencies": {
"@types/node": "^14.14.14",
"prettier": "^2.2.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment