-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.7 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "adults-list",
"version": "1.0.4",
"description": "Read and Parse Parent Package Json file in TypeScript.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"__tests__",
"readme.md"
],
"scripts": {
"test": "jest --coverage",
"build": "rollup --config",
"lint": "eslint .",
"dev": "rollup --config && node dist/index.js",
"prepublish": "jest --coverage && eslint . && rollup --config"
},
"repository": {
"type": "git",
"url": "https://github.com/stackblogger/adults-list.git"
},
"keywords": [
"badwords",
"bad-words",
"typescript",
"javascript",
"adult",
"remove",
"search",
"finder",
"find",
"xxx",
"pornographic",
"nfsw"
],
"author": {
"name": "StackBlogger (Jameer Khan)",
"email": "jimcute8879@gmail.com",
"url": "https://stackblogger.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/stackblogger/adults-list/issues"
},
"homepage": "https://github.com/stackblogger/adults-list#readme",
"devDependencies": {
"@rollup/plugin-json": "^6.0.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"ts-jest": "^28.0.7"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"engines": {
"node": ">= 16.0.0"
}
}