Paul 5 anos atrás
pai
commit
11f4f01ce9
1 arquivos alterados com 7 adições e 4 exclusões
  1. 7
    4
      package.json

+ 7
- 4
package.json Ver arquivo

@@ -1,16 +1,19 @@
1 1
 {
2
-  "name": "ts-sdk",
2
+  "name": "ts-linker-sdk",
3 3
   "version": "1.0.0",
4 4
   "description": "linker's ts sdk",
5
-  "main": "index.js",
5
+  "main": "dist/main.js",
6 6
   "scripts": {
7 7
     "start": "webpack-dev-server  --mode development",
8 8
     "test": "jest",
9 9
     "build": "webpack --config webpack.config.js"
10 10
   },
11
-  "publid":true,
11
+  "repository": {
12
+    "type": "git",
13
+    "url": "https://github.com/wpajqz/ts-sdk.git"
14
+  },
12 15
   "author": "Paul",
13
-  "license": "ISC",
16
+  "license": "private",
14 17
   "dependencies": {
15 18
     "crypto-js": "^3.1.9-1",
16 19
     "node-int64": "^0.4.0"