payouts-sdk-samples 6.6.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +22 -0
package/package.json
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"name": "payouts-sdk-samples",
|
3
|
+
"version": "6.6.6",
|
4
|
+
"description": "this is mem",
|
5
|
+
"main": "readme.txt",
|
6
|
+
"scripts": {
|
7
|
+
"test": "testing here"
|
8
|
+
},
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "git+https://github.com/xtaraim/devetool.git"
|
12
|
+
},
|
13
|
+
"keywords": [
|
14
|
+
"testingmem"
|
15
|
+
],
|
16
|
+
"author": "xtaraim",
|
17
|
+
"license": "MIT",
|
18
|
+
"bugs": {
|
19
|
+
"url": "https://github.com/xtaraim/devetool/issues"
|
20
|
+
},
|
21
|
+
"homepage": "https://github.com/xtaraim/devetool#readme"
|
22
|
+
}
|