UNPKG

@koex/bootstrap

Version:
77 lines (76 loc) 1.58 kB
{ "name": "@koex/bootstrap", "version": "1.0.2", "description": "koex bootstrap", "keywords": [ "koex", "bootstrap" ], "author": "zero <tobewhatwewant@gmail.com>", "homepage": "https://github.com/koexjs/bootstrap#readme", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "jest": { "roots": [ "__tests__" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$", "moduleDirectories": [ "node_modules", "src" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "coverageDirectory": "./coverage/", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.{ts,tsx}" ], "coverageThreshold": { "global": { "branches": 50, "functions": 90, "lines": 80, "statements": -10 } }, "preset": "ts-jest" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/koexjs/bootstrap.git" }, "scripts": { "build": "npm run clean && tsc -p tsconfig.build.json", "clean": "rm -rf lib", "test": "jest -w 1", "coverage": "codecov" }, "bugs": { "url": "https://github.com/koexjs/bootstrap/issues" }, "dependencies": { "@koex/core": "^1.0.2", "boxen": "^5.0.1", "chalk": "^4.1.1" }, "gitHead": "cd41b5f0d47da40b1914ce49cb28c6260c63984f" }