UNPKG

karma-typescript-postcss-transform

Version:
60 lines (59 loc) 1.27 kB
{ "name": "karma-typescript-postcss-transform", "version": "5.5.4", "description": "PostCSS runner plugin", "files": [ "dist/**" ], "main": "dist/transform.js", "keywords": [ "karma-typescript", "postcss runner", "typescript" ], "author": "monounity", "contributors": [ "erikbarke" ], "repository": { "type": "git", "url": "https://github.com/monounity/karma-typescript.git" }, "license": "MIT", "scripts": { "build": "tsc --project tsconfig.json", "lint": "eslint . --ext .ts", "test": "nyc --require ts-node/register tape \"src/*.spec.ts\" | faucet" }, "nyc": { "extension": [ ".ts" ], "exclude": [ "**/*.spec.ts" ], "reporter": [ "html" ], "tempDir": "./coverage/.nyc_output" }, "dependencies": { "log4js": "^6.3.0" }, "devDependencies": { "@types/karma": "^6.1.0", "@types/lodash": "^4.14.159", "@types/node": "^14.0.27", "@types/sinon": "^9.0.4", "@types/tape": "^4.13.0", "autoprefixer": "^9.8.6", "faucet": "0.0.1", "karma-typescript": "5.5.4", "nyc": "^15.1.0", "postcss": "^7.0.32", "sinon": "^9.0.3", "tape": "^5.0.1", "ts-node": "^8.10.2", "typescript": "latest" } }