Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfftdammitchris/09a42cb479e9e667f2332a118c1ee225 to your computer and use it in GitHub Desktop.
Save pfftdammitchris/09a42cb479e9e667f2332a118c1ee225 to your computer and use it in GitHub Desktop.
{
"name": "my-typescript-library",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsup src/index.ts",
"start": "npm run build -- --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Christopher Tran <pfftdammitchris@gmail.com>",
"license": "MIT",
"devDependencies": {
"tsup": "^6.4.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment