-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 961 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 961 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": "@opentermsarchive/terms-types",
"version": "2.2.0",
"description": "Ontology of terms and conditions document types (e.g., agreements, policies, guidelines) under which digital services are provided, designed to normalize naming variations and enable comparison of terms across services regardless of provider-specific labels.",
"homepage": "https://github.com/OpenTermsArchive/terms-types#readme",
"bugs": {
"url": "https://github.com/OpenTermsArchive/terms-types/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenTermsArchive/terms-types.git"
},
"license": "EUPL-1.2",
"author": "OpenTermsArchive",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node ./test/validate.js"
},
"devDependencies": {
"ajv": "^8.11.2",
"ajv-formats": "^3.0.1",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-json-format": "^2.0.1"
}
}