From b08b6b8acdd22607ea86b89000589e71b6b20cc4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 6 Jan 2022 18:55:06 +0530 Subject: init commit is like shit on your feet --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..2686b57 --- /dev/null +++ b/package.json @@ -0,0 +1,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 ", + "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" + } +} -- cgit v1.3.1