Init
This commit is contained in:
42
package.json
Normal file
42
package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "mempool-js",
|
||||
"version": "1.0.0",
|
||||
"description": "NPM Package for Mempool.Space API.",
|
||||
"main": "lib/index.js",
|
||||
"author": "MiguelMedeiros\\Miguel Medeiros <miguel@miguelmedeiros.com.br>",
|
||||
"email": "miguel@miguelmedeiros.com.br",
|
||||
"url": "http://miguelmedeiros.com.br",
|
||||
"private": false,
|
||||
"license": "MIT",
|
||||
"repository": "github:MiguelMedeiros/mempool-js",
|
||||
"types": "lib/index.d.ts",
|
||||
"scripts": {
|
||||
"start": "ts-node src/index.ts",
|
||||
"dev": "nodemon src/index.ts",
|
||||
"build": "tsc",
|
||||
"prepare": "npm run build",
|
||||
"postversion": "git push && git push --tags"
|
||||
},
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
],
|
||||
"keywords": [
|
||||
"bitcoin",
|
||||
"mempool-space",
|
||||
"mempool",
|
||||
"blockchain",
|
||||
"typescript",
|
||||
"axios"
|
||||
],
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"typescript": "^4.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.25",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
||||
"@typescript-eslint/parser": "^4.14.2",
|
||||
"eslint": "^7.19.0",
|
||||
"nodemon": "^2.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user