-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@verto/tippar",
"version": "1.0.2",
"description": "Tipping for Profit-Sharing Communities made easy",
"main": "dist/index.js",
"dependencies": {
"ar-gql": "^0.0.3",
"arweave": "^1.10.0",
"smartweave": "^0.4.23"
},
"devDependencies": {
"prettier": "^2.2.1",
"rollup": "^2.36.1",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
},
"module": "dist/index.es.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"fmt": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1",
"testing": "rm -R dist && rollup -c && node ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/useverto/tippar.git"
},
"keywords": [
"arweave",
"pst",
"psc",
"tip",
"verto",
"ar",
"blockchain"
],
"author": "Tate Berenbaum <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/useverto/tippar/issues"
},
"homepage": "https://github.com/useverto/tippar#readme"
}