-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·30 lines (30 loc) · 1.07 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
{
"name": "meteor-legal-management",
"version": "2.0.0",
"private": true,
"description": "Management of legal documents like Terms of Service and user consent made easy.",
"main": "package.js",
"repository": {
"type": "git",
"url": "git+https://github.com/freedombase/meteor-legal-management.git"
},
"bugs": {
"url": "https://github.com/freedombase/meteor-legal-management/issues"
},
"homepage": "https://github.com/freedombase/meteor-legal-management#readme",
"readme": "README.md",
"scripts": {
"test": "npm run lint && meteor test-packages ./",
"lint": "./node_modules/.bin/biome check --reporter=summary",
"lint-fix": "./node_modules/.bin/biome format --write --reporter=summary",
"publish": "npm prune --production && meteor publish && npm i",
"all-contributors": "./node_modules/.bin/all-contributors",
"all-contributors-generate": "./node_modules/.bin/all-contributors generate"
},
"author": "Jan Dvorak",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"all-contributors-cli": "^6.26.1"
}
}