-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "grunt-cfpathcheck",
"version": "11.0.0",
"description": "Grunt wrapper for cfpathcheck",
"homepage": "https://github.com/timbeadle/grunt-cfpathcheck",
"repository": "https://github.com/timbeadle/grunt-cfpathcheck",
"author": {
"name": "Tim Beadle",
"email": "[email protected]",
"url": "https://github.com/timbeadle"
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 20.18.1"
},
"license": "MIT",
"scripts": {
"test": "npm run test:snyk && npm run test:lint && npm run test:engines && npm run test:grunt",
"test:ci": "npm run test:lint && npm run test:engines && npm run test:grunt",
"test:engines": "ls-engines",
"test:grunt": "./test-grunt.sh",
"test:lint": "xo Gruntfile.js tasks/cfpathcheck.js",
"test:snyk": "snyk test --dev",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"@snyk/protect": "^1.1294.3",
"cfpathcheck": "^11.0.0"
},
"devDependencies": {
"grunt": "1.6.1",
"ls-engines": "0.9.3",
"prettier": "3.4.2",
"xo": "^0.60.0"
},
"snyk": true,
"volta": {
"node": "20.18.1",
"npm": "11.0.0"
}
}