-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "@soxhub/intl-template-transform",
"version": "1.2.0",
"description": "",
"bin": "./bin/cli.js",
"scripts": {
"start": "node runner.js",
"lint": "eslint .",
"test": "mocha --recursive test/acceptance test/unit",
"test-watch": "mocha --watch --recursive test/acceptance test/unit"
},
"author": "AuditBoard with the help of simplabs",
"license": "ISC",
"dependencies": {
"@babel/parser": "^7.16.4",
"ember-template-recast": "^6.1.3",
"find-up": "^6.3.0",
"glob": "^7.2.0",
"jscodeshift": "^0.7.0",
"lodash.camelcase": "^4.3.0",
"pluralize": "^8.0.0",
"require-directory": "^2.1.1",
"semver": "^7.3.5",
"yargs": "^17.2.1"
},
"devDependencies": {
"chai": "^4.3.4",
"dir-compare": "^3.3.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"execa": "^5.1.1",
"mocha": "^9.1.3",
"prettier": "^2.7.1",
"recursive-copy": "^2.0.13",
"temp": "^0.9.4"
},
"resolutions": {
"**/set-value": "^4.0.1"
}
}