forked from thisandagain/washyourmouthoutwithsoap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 864 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
{
"name": "washyourmouthoutwithsoap",
"version": "1.0.2",
"description": "A list of bad words in many languages.",
"main": "index.js",
"scripts": {
"clean": "rm -rf ./.db",
"test": "npm run test:lint && npm run test:unit",
"test:lint": "eslint . --ext=js",
"test:unit": "tap test/unit/*.js",
"test:coverage": "tap test/unit/*.js --coverage --coverage-report=lcov"
},
"author": "Andrew Sliwinski <[email protected]>",
"license": "MIT",
"devDependencies": {
"@google-cloud/translate": "2.1.2",
"async": "2.6.1",
"eslint": "5.8.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-node": "8.0.0",
"eslint-plugin-promise": "4.0.1",
"glob": "7.1.3",
"leveldown": "4.0.1",
"levelup": "3.1.1",
"lodash": "4.17.11",
"rimraf": "2.6.2",
"tap": "12.0.1",
"yargs": "12.0.2"
}
}