-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
31
32
33
34
35
36
37
38
{
"name": "pryv-data-types",
"version": "1.0.0",
"private": true,
"description": "Pryv event type references",
"keywords": [
"pryv",
"event",
"types"
],
"homepage": "https://github.com/pryv/data-types#readme",
"bugs": {
"url": "https://github.com/pryv/data-types/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pryv/data-types.git"
},
"license": "BSD-3-Clause",
"author": "Pryv S.A. <info@pryv.com> (https://pryv.com)",
"main": "scripts/build.js",
"scripts": {
"batch-to-validate": "node scripts/batch-to-validation-cases.js",
"build": "node scripts/build.js && z-schema ./dist/flat.json",
"license": "source-licenser --config-file .licenser.yml ./",
"lint": "semistandard",
"validate-content": "node scripts/validate.js",
"validate-schema": "z-schema"
},
"dependencies": {
"clone": "^2.1.2",
"z-schema": "^5.0.3"
},
"devDependencies": {
"semistandard": "^16.0.1",
"source-licenser": "^2.0.5"
}
}