-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
39
40
41
42
43
44
45
46
47
48
{
"name": "@informatiqal/automatiqal-schema",
"version": "0.18.2",
"description": "Automatiqal runbooks JSON and pseudo UI schemas",
"author": {
"email": "info@informatiqal.com",
"name": "Informatiqal @informatiqal",
"url": "https://informatiqal.com"
},
"private": false,
"publishConfig": {
"access": "public"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"generate": "node ./generate.js",
"test": "vitest run"
},
"engines": {
"node": ">=14.19.1"
},
"engineStrict": true,
"files": [
"dist",
"*.md",
"CHANGELOG.md",
"LICENSE",
"!Notes.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Informatiqal/automatiqal-cli-schema.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Informatiqal/automatiqal-cli-schema/issues"
},
"homepage": "https://github.com/Informatiqal/automatiqal-cli-schema#readme",
"devDependencies": {
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ts-node": "^10.9.2",
"vitest": "^2.1.3"
}
}