@kospa/bootstrap
Version:
Bootstrap component for kospa framework
57 lines (56 loc) • 1.47 kB
JSON
{
"name": "@kospa/bootstrap",
"version": "0.1.9",
"description": "Bootstrap 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"
},
"publishConfig": {
"access": "public"
},
"files": [
"*.js",
"*.d.ts"
],
"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",
"bootstrap",
"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": "5b7c8b80a8650070dab67d7358f23caafd03cc5c"
}