somod-schema
Version:
Schema to validate yaml files in somod modules
55 lines (54 loc) • 1.48 kB
JSON
{
"name": "somod-schema",
"version": "2.1.1",
"description": "Schema to validate yaml files in somod modules",
"keywords": [
"schema",
"serverless",
"aws-sam",
"sodaru",
"somod",
"modules",
"ui-config",
"parameters"
],
"main": "./dist/cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"compiled",
"schemas"
],
"author": "Raghavendra K R <raghavendra@sodaru.com>",
"contributors": [
"Raghavendra K R <raghavendra@sodaru.com>",
"Lokesh G C <lokesh@sodaru.com>",
"Sukhesh M G <sukhesh@sodaru.com>"
],
"homepage": "https://github.com/somod-dev/somod/tree/main/packages/schema#readme",
"license": "MIT",
"scripts": {
"clean": "npx rimraf dist && npx rimraf compiled && npx rimraf schemas",
"tsc": "npx tsc",
"tsc-cjs": "npx tsc --project tsconfig.cjs.json",
"buildSchema": "node ./scripts/build.js",
"compileSchema": "node ./scripts/compile.js",
"build": "npm run clean && npm run tsc && npm run tsc-cjs && npm run buildSchema && npm run compileSchema",
"pretest": "$CI || npm run build",
"test": "echo 'No tests here'"
},
"repository": {
"type": "git",
"url": "https//github.com/somod-dev/somod.git"
},
"bugs": {
"url": "https://github.com/somod-dev/somod/issues"
},
"devDependencies": {
"decorated-ajv": "^1.1.0",
"rimraf": "^3.0.2",
"tslib": "^2.4.0",
"typescript": "^4.5.5"
}
}