-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 733 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "meteor-mocha",
"version": "0.0.0",
"description": "Run Meteor package or app tests with Mocha",
"repository": {
"type": "git",
"url": "https://github.com/meteortesting/meteor-mocha"
},
"scripts": {
"lint": "node_modules/@biomejs/biome/bin/biome lint ./package",
"lint:fix": "node_modules/@biomejs/biome/bin/biome lint --write ./package",
"format": "node_modules/@biomejs/biome/bin/biome format ./package",
"format:fix": "node_modules/@biomejs/biome/bin/biome format --write ./package",
"publish": "cd package && meteor publish"
},
"author": "Dispatch Technologies, Inc. (https://www.dispatch.me/)",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4"
}
}