name-scope
npm package の名前をつける際に name-scope の仕組みを使用することで、他パッケージと名前がバッティングすることを防げます。
Last updated
npm package の名前をつける際に name-scope の仕組みを使用することで、他パッケージと名前がバッティングすることを防げます。
Last updated
{
"name": "@youraccount/package-name",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
npm publish --access public