forked from OpenTermsArchive/terms-types
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 855 Bytes
/
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
{
"name": "@opentermsarchive/terms-types",
"version": "1.4.0",
"description": "Database of types of terms of service (“agreement”, “policy”, “guidelines”…) under which a service is delivered",
"homepage": "https://github.com/OpenTermsArchive/terms-document-types#readme",
"bugs": {
"url": "https://github.com/OpenTermsArchive/terms-document-types/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenTermsArchive/terms-document-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"
}
}