-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@randy.tarampi/pseudoimage",
"description": "ʕつ◕ᴥ◕ʔつ 📷 → Your application's pseudolocales' image folders",
"version": "4.0.0",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
"url": "https://www.randytarampi.ca"
},
"bugs": "https://github.com/randytarampi/pseudoimage/issues",
"dependencies": {
"@randy.tarampi/lwip": "^3.0.17",
"commander": "^6.2.1",
"mkdirp": "^1.0.4",
"snyk": "^1.685.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.1",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"eslint-plugin-import": "^2.23.4",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-mocha": "^7.0.2",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.2",
"nyc": "^15.1.0",
"semantic-release": "^17.4.4",
"sinon": "^9.2.4"
},
"directories": {
"lib": "./src/lib",
"bin": "./bin",
"test": "./test"
},
"engines": {
"node": ">=10"
},
"files": [
"bin",
"lib",
"npm-shrinkwrap.json"
],
"keywords": [
"bear",
"i18n",
"internationalization",
"l10n",
"localization",
"p16n",
"pseudoimage",
"pseudolocalization",
"subtegmine",
"woof",
"ʕ•ᴥ•ʔ",
"υφάδι",
"гав",
"نسيج",
"پود",
"বুনন",
"横糸",
"纬",
"씨"
],
"license": "MIT",
"main": "lib/pseudoimage.js",
"publishConfig": {
"access": "public"
},
"repository": "randytarampi/pseudoimage.git",
"scripts": {
"cover": "cross-env-shell NODE_ENV=test nyc gulp -LLLL --color test",
"coveralls": "cat coverage/lcov.info | coveralls",
"prepare": "npm run snyk-protect",
"prepublishOnly": "npm shrinkwrap",
"pretest": "gulp -LLLL --color lint",
"snyk-protect": "snyk protect",
"test": "cross-env-shell NODE_ENV=test gulp -LLLL --color test"
},
"sideEffects": false,
"snyk": false
}