Skip to content

Instantly share code, notes, and snippets.

@kermankohli
Created October 28, 2018 06:39
Show Gist options
  • Save kermankohli/cfb4a683a3b457d74b67642150dbd70b to your computer and use it in GitHub Desktop.
Save kermankohli/cfb4a683a3b457d74b67642150dbd70b to your computer and use it in GitHub Desktop.
Types Package JSON
{
"name": "@your-project/types",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf rm -rf dist",
"build": "npm run clean && tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/lodash": "^4.14.116",
"bignumber.js": "^4.1.0",
"lodash": "^4.17.11",
"rimraf": "^2.6.2"
},
"publishConfig": {
"access": "public"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment