Skip to content

Instantly share code, notes, and snippets.

@martywallace
Created July 8, 2021 23:59
Show Gist options
  • Save martywallace/636c13bf0cd03943cfc4f59c3141e93e to your computer and use it in GitHub Desktop.
Save martywallace/636c13bf0cd03943cfc4f59c3141e93e to your computer and use it in GitHub Desktop.
Example package.json
{
"name": "@my-gitlab-username/my-project-name",
"version": "0.1.0",
"scripts": {
"build": "rm -rf dist && tsc"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"typescript": "^4.3.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment