-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 820 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 820 Bytes
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
{
"name": "harbormaster-javascript",
"version": "1.0.0",
"description": "Execute arbitrary JS!",
"main": "javascript.js",
"scripts": {
"lint": "eslint --max-warnings 0 \"**/*.js\"",
"lint:fix": "eslint --fix --max-warnings 0 \"**/*.js\"",
"pretest": "npm run lint",
"test": "echo \"ok\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/StrictlySkyler/harbormaster-javascript.git"
},
"author": "Skyler Brungardt <skyler.brungardt@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/StrictlySkyler/harbormaster-javascript/issues"
},
"homepage": "https://github.com/StrictlySkyler/harbormaster-javascript#readme",
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.23.3",
"eslint": "^8.55.0"
}
}