aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-06 18:55:06 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-06 18:55:06 +0530
commitb08b6b8acdd22607ea86b89000589e71b6b20cc4 (patch)
tree0fe6a5847769c3dbfa48349da287745d5dba3bf3 /package.json
downloadelxr-b08b6b8acdd22607ea86b89000589e71b6b20cc4.tar.gz
elxr-b08b6b8acdd22607ea86b89000589e71b6b20cc4.zip
init commit is like shit on your feet
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
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 <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"
+ }
+}