diff --git a/package.json b/package.json new file mode 100644 index 0000000..840724a --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "list", + "version": "1.0.0", + "description": "list operations", + "main": "list.js", + "scripts": { + "test": "yarn test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/gauravmuk/list.js.git" + }, + "keywords": [ + "list", + "array" + ], + "author": "Gaurav Nanda", + "license": "MIT", + "bugs": { + "url": "https://github.com/gauravmuk/list.js/issues" + }, + "homepage": "https://github.com/gauravmuk/list.js#readme" +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +