Initial
parents
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- LICENSE.md 26 additions, 0 deletionsLICENSE.md
- Makefile 26 additions, 0 deletionsMakefile
- package.json 20 additions, 0 deletionspackage.json
- src/index.ts 246 additions, 0 deletionssrc/index.ts
- tsconfig.json 16 additions, 0 deletionstsconfig.json
- tslint.json 16 additions, 0 deletionstslint.json
- yarn.lock 460 additions, 0 deletionsyarn.lock
.gitignore
0 → 100644
LICENSE.md
0 → 100644
Makefile
0 → 100644
package.json
0 → 100644
{ | |||
"name": "steem-uri", | |||
"version": "0.1.0", | |||
"description": "Steem URI parser and encoder", | |||
"license": "MIT", | |||
"main": "./lib/index", | |||
"typings": "./lib/index", | |||
"scripts": { | |||
"prepublish": "make lib" | |||
}, | |||
"files": [ | |||
"lib/*" | |||
], | |||
"devDependencies": { | |||
"@types/node": "^10.0.9", | |||
"dsteem": "^0.8.7", | |||
"tslint": "^5.10.0", | |||
"typescript": "^2.8.3" | |||
} | |||
} |
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment