-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "standard-node-template",
"version": "6.0.0",
"description": "Standard Node.js template using ember-cli-update",
"main": "index.js",
"files": [
"files",
"files/.npmrc"
],
"scripts": {
"lint": "eslint . --ext js,json",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kellyselden/standard-node-template.git"
},
"keywords": [
"ember-blueprint"
],
"author": "Kelly Selden",
"license": "MIT",
"bugs": {
"url": "https://github.com/kellyselden/standard-node-template/issues"
},
"homepage": "https://github.com/kellyselden/standard-node-template#readme",
"engines": {
"node": ">=18.12"
},
"devDependencies": {
"@kellyselden/node-template": "5.1.0",
"chai": "^4.4.1",
"chai-fs": "^2.0.0",
"ember-cli-blueprint": "0.1.7",
"ember-cli-update-test-helpers": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-sane": "^1.0.2",
"eslint-config-sane-node": "^2.0.0",
"eslint-plugin-json-files": "^4.2.0",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prefer-let": "^4.0.0",
"mocha": "^10.7.0",
"mocha-helpers": "^9.0.1",
"renovate-config-standard": "2.1.2",
"standard-node-template": "6.0.0"
}
}