aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2686b574b25f9c8bde56be128c3473c030bf8301 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "list-exp",
  "version": "0.0.0",
  "description": "__",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": "https://github.com/phenax/list-exp.git",
  "author": "Akshay Nair <phenax5@gmail.com>",
  "license": "MIT",
  "scripts": {
    "tsc": "tsc --emitDeclarationOnly --outDir lib",
    "build": "rimraf lib && node ./esbuild.js && npm run tsc"
  },
  "devDependencies": {
    "esbuild": "^0.14.10",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.4"
  }
}