-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1010 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@windingtree/org.json-schema",
"version": "1.1.0",
"description": "ORG.JSON schema for the ORGiD protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"lint": "npx eslint . --ext .js",
"build": "scripts/build.sh",
"test": "scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/windingtree/org.json-schema.git"
},
"author": "Winding Tree Developers <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/windingtree/org.json-schema/issues"
},
"homepage": "https://github.com/windingtree/org.json-schema#readme",
"devDependencies": {
"@types/node": "18.11.11",
"typescript": "4.9.3",
"ajv": "8.11.2",
"ajv-formats": "2.1.1",
"chai": "4.3.7",
"js-yaml": "4.1.0",
"json-schema-to-typescript": "11.0.2",
"mocha": "10.1.0",
"eslint": "8.29.0"
},
"publishConfig": {
"access": "public"
}
}