generated from etclabscore/pristine-typescript
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.11 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": "@json-schema-tools/meta-schema",
"version": "0.0.0-development",
"description": "JSON Schema Meta Schema & Generated types for typescript, rust, golang and python",
"main": "index.js",
"bugs": {
"url": "https://github.com/json-schema-tools/meta-schema/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/json-schema-tools/meta-schema.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "semantic-release --dry-run"
},
"files": [
"index.js",
"index.d.ts",
"schema.json"
],
"author": "Zachary Belford <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@json-schema-tools/semantic-release-transpiler": "^1.6.16",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.3",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"semantic-release": "^20.0.4",
"typescript": "^5.0.4"
}
}