more data about author

master
Tudor Stanciu 2022-05-08 21:46:02 +03:00
parent 0fa898e613
commit ae7b77282b
1 changed files with 10 additions and 4 deletions

View File

@ -2,13 +2,19 @@
"name": "@flare/js-utils", "name": "@flare/js-utils",
"version": "1.0.0", "version": "1.0.0",
"description": "Javascript utils", "description": "Javascript utils",
"author": "Tudor Stanciu", "author": {
"name": "Tudor Stanciu",
"email": "tudor.stanciu94@gmail.com",
"url": "https://toodle.ddns.net/tsp",
"avatar": "https://toodle.ddns.net/cdn/resources/tudor-stanciu-profile-picture.jpg"
},
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "--" "url": "https://dev.azure.com/tstanciu94/Packages/_git/js-utils"
}, },
"keywords": [ "keywords": [
"flare",
"js-utils" "js-utils"
], ],
"main": "./src/index.js", "main": "./src/index.js",
@ -26,7 +32,7 @@
"prepare": "husky install", "prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"prepush": "npm run build", "prepush": "npm run build",
"push": "cd build && npm publish --registry http://alpine-docker:4873", "push": "cd build && npm publish --registry https://toodle.ddns.net/public-node-registry",
"push:major": "npm run version:major && npm run push", "push:major": "npm run version:major && npm run push",
"push:minor": "npm run version:minor && npm run push", "push:minor": "npm run version:minor && npm run push",
"push:patch": "npm run version:patch && npm run push", "push:patch": "npm run version:patch && npm run push",
@ -59,6 +65,6 @@
] ]
}, },
"publishConfig": { "publishConfig": {
"registry": "http://alpine-docker:4873" "registry": "https://toodle.ddns.net/public-node-registry"
} }
} }