UNPKG

@kospa/engine

Version:

Template Engine component for kospa framework

58 lines (57 loc) 1.49 kB
{ "name": "@kospa/engine", "version": "0.1.10", "description": "Template Engine component for kospa framework", "homepage": "https://github.com/spatools/kospa", "author": "Touchify (dev@touchify.co)", "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/spatools/kospa.git" }, "bugs": { "url": "https://github.com/spatools/kospa/issues" }, "files": [ "*.js", "*.d.ts" ], "publishConfig": { "access": "public" }, "scripts": { "build": "npm run clean && npm run lint && npm run build:ts", "build:ts": "tsc -p .", "lint": "eslint --ext .ts --ignore-pattern \"*.d.ts\" *.ts", "test": "npm run clean && npm run lint && npm run test:jest", "test:jest": "jest -c ../../jest.config.js --rootDir . --passWithNoTests", "clean": "npm run clean:ts", "clean:ts": "rimraf *.{js,d.ts} {lib}/**/*.{js,d.ts}", "prepublishOnly": "npm test && npm run build" }, "keywords": [ "kospa", "knockout", "ko", "spa", "framework", "template", "engine", "app" ], "dependencies": { "@kospa/base": "^0.2.5" }, "devDependencies": { "@types/jest": "^26.0.8", "@typescript-eslint/eslint-plugin": "^3.6.1", "@typescript-eslint/parser": "^3.6.1", "eslint": "^7.4.0", "jest": "^26.1.0", "rimraf": "^3.0.2", "ts-jest": "^26.1.2", "typescript": "^3.9.6" }, "gitHead": "ea603f28f6c9cf209f13aa0da10fb857f92958b6" }