paymentsos-types 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ ## NPM package placeholder
2
+ It is the public package.
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "paymentsos-types",
3
+ "description": "npm package placeholder",
4
+ "version": "0.1.0",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: npm public package\" && exit 1"
8
+ },
9
+ "author": "abs",
10
+ "license": "ISC"
11
+ }