@ypa/cyborg-js
Version:
CyborgJS - A SEO Friendly PBA Framework
121 lines (120 loc) • 2.94 kB
JSON
{
"name": "@ypa/cyborg-js",
"version": "3.0.7",
"description": "CyborgJS - A SEO Friendly PBA Framework",
"main": "dist/cyborg-js.js",
"types": "dist/cyborg-js.d.ts",
"files": [
"dist"
],
"author": "YPA B.V. <info@yourpersonalagency.nl>",
"contributors": [
{
"name": "Jos Koomen",
"email": "jos@yourpersonalagency.nl",
"url": "https://joskoo.men"
}
],
"keywords": [
"framework",
"front-end",
"dom",
"typescript",
"web",
"seo-friendly"
],
"license": "MIT",
"private": false,
"repository": "https://github.com/your-personal-agency/cyborg-js",
"bugs": {
"url": "https://github.com/your-personal-agency/cyborg-js/issues",
"email": "jos@yourpersonalagency.nl"
},
"homepage": "https://cyborg-js.org",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"prebuild": "rimraf dist",
"build": "tsc --module commonjs",
"test": "jest --coverage",
"test:prod": "yarn lint && yarn test --no-cache"
},
"lint-staged": {
"{src,test}/**/*.ts": [
"prettier --write",
"git add"
]
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/test/"
],
"coverageThreshold": {
"global": {
"branches": 90,
"functions": 95,
"lines": 95,
"statements": 95
}
},
"collectCoverageFrom": [
"src/*.{js,ts}"
]
},
"prettier": {
"semi": false,
"singleQuote": true
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^23.3.2",
"@types/node": "^10.11.0",
"colors": "^1.3.2",
"commitizen": "^3.0.0",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.1.0",
"jest": "^23.6.0",
"jest-config": "^23.6.0",
"lint-staged": "^8.0.0",
"lodash.camelcase": "^4.3.0",
"prettier": "^1.14.3",
"prompt": "^1.0.0",
"replace-in-file": "^3.4.2",
"rimraf": "^2.6.2",
"rollup": "^2.29.0",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.27.3",
"semantic-release": "^17.2.1",
"shelljs": "^0.8.3",
"travis-deploy-once": "^5.0.9",
"ts-jest": "^23.10.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-standard": "^9.0.0",
"typescript": "^4.0.0"
}
}