diff --git a/package.json b/package.json index ac438d0..0a66e89 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "technicalindicators", + "name": "@nenjotsu/technicalindicators", "version": "3.1.2", "description": "Techincal Indicators written in javascript", "main": "dist/index.js", @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/anandanand84/technicalindicators.git" + "url": "git+https://github.com/nenjotsu/technicalindicators.git" }, "keywords": [ "Technical indicators", @@ -102,13 +102,13 @@ "Cross Down", "Cross Over" ], - "author": "anand.anand84@gmail.com", + "author": "nenjotsu@protonmail.com", "license": "MIT", "bugs": { - "url": "https://github.com/anandanand84/technicalindicators/issues" + "url": "https://github.com/nenjotsu/technicalindicators/issues" }, "sideEffects": false, - "homepage": "https://github.com/anandanand84/technicalindicators#readme", + "homepage": "https://github.com/nenjotsu/technicalindicators#readme", "devDependencies": { "@types/chai": "^3.0.0", "@types/mocha": "^2.0.0", @@ -153,5 +153,12 @@ "dependencies": { "@tensorflow/tfjs": "0.10.0", "@types/node": "^6.0.96" + }, + "np": { + "yarn": false, + "contents": "dist" + }, + "publishConfig": { + "access": "public" } }