-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.51 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
{
"name": "@elvoline/twig",
"version": "2.1.7",
"description": "Twig.js renderer for Elvoline",
"module": "dist/es.js",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "[email protected]:elvoline/twig.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production rollup --config",
"lint": "eslint --version && eslint .",
"pretest": "npm run lint",
"test": "cross-env NODE_ENV=test nyc mocha",
"posttest": "npm run coverage",
"coverage": "nyc report --reporter=lcov",
"codecov": "codecov",
"prepare": "npm run build",
"docs": "jsdoc -c jsdoc.json"
},
"author": "Elvoline S.à r.l.",
"license": "ISC",
"dependencies": {},
"peerDependencies": {
"jquery": "^3.0.0",
"twig": "^1.11.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"codecov": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.2.0",
"greenkeeper-lockfile": "^1.15.1",
"jquery": "^3.4.1",
"jsdoc": "^3.6.3",
"jsdom": "^16.5.3",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"rollup": "^2.0.5",
"rollup-plugin-babel": "^4.2.0",
"sinon": "^11.1.1",
"sinon-chai": "^3.3.0",
"twig": "^1.13.2",
"xhr-mock": "^2.4.1"
},
"files": [
"dist/**/*.js"
],
"keywords": [
"twig",
"i18n",
"translation",
"gettext",
"globals"
]
}