@sigintegral/sdk 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@sigintegral/sdk",
3
+ "version": "0.0.1",
4
+ "description": "sigintegral/sdk",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "SigIntegral",
10
+ "license": "ISC"
11
+ }
@@ -0,0 +1,17 @@
1
+ 2026/03/28 S.Nakamaura
2
+
3
+ ・このフォルダは、npmsj で組織名「SigIntegral」を確保するために作成したダミーのコンポーネントです。
4
+ 組織を作成してもパッケージを何も登録していないと、しばらくすると削除されるという話があり追加したものです。
5
+
6
+ ■ パッケージ登録手順
7
+ - 「package.json」の下記部分でライブラリ名と説明を記載しているので適宜修正する。
8
+ "name": "@sigintegral/core"
9
+ "description": "sigintegral/core"
10
+
11
+ > npm publish --access public
12
+
13
+ このコマンドを発行すると、認証のためのURLが表示される。
14
+ URLをブラウザURL欄にコピペしてから、Googleパスワードマネージャにて認証を行うとパッケージがアップロードされる。
15
+
16
+
17
+