npm login
{
"name": "blabla",
"version": "0.1.3",
"description": "Web 3D Make Make Easily",
"main": "dist/main.js",
"author": {
"name": "Seonglae Cho",
"email": "sungle3737@gmail.com",
"url": "http://www.seongland.com"
},
"contributors": [
{
"name": "Seonglae Cho",
"email": "sungle3737@gmail.com",
"url": "http://www.seongland.com"
}
],
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"build": "rm -rf ./dist && tsc",
"prepublish": "pnpm build"
},
"keywords": [
"seongland",
"threejs",
"potree",
"three"
],
"homepage": "https://github.com/seongland/openspace",
"bugs": {
"url": "https://github.com/seongland/openspace/issues",
"email": "sungle3737@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/seongland/openspace"
}
}
npm publish --access=public