-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 881 Bytes
/
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
{
"name": "dcrtimestamptweet",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"serve": "node -r esm server.js",
"start": "node -r esm index.js",
"test": "nyc riteway -r esm test/*.test.js | tap-nirvana -w"
},
"devDependencies": {
"eslint": "^5.15.2",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nyc": "^13.3.0",
"prettier": "^1.16.4",
"riteway": "^6.0.3",
"tap-nirvana": "^1.1.0"
},
"dependencies": {
"dcrtimejs": "0.0.5",
"dotenv": "^7.0.0",
"esm": "^3.2.20",
"express": "^4.16.4",
"ipfs": "^0.34.4",
"twit": "^2.2.11",
"winston": "^3.2.1"
}
}