UNPKG

rollup-plugin-vue-global-styles

Version:
56 lines (55 loc) 1.32 kB
{ "name": "rollup-plugin-vue-global-styles", "version": "0.1.0", "description": "Inject global code into your styles", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "build": "rollup --config ./rollup.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/SohoHouse/rollup-plugin-vue-global-styles.git" }, "keywords": [ "rollup-plugin", "style-resources", "global", "style", "resources", "variables", "scss", "sass" ], "author": "software-devs@sohohouse.com", "license": "MIT", "bugs": { "url": "https://github.com/SohoHouse/rollup-plugin-vue-global-styles/issues" }, "homepage": "https://github.com/SohoHouse/rollup-plugin-vue-global-styles#readme", "devDependencies": { "@types/glob": "^7.1.1", "@types/jest": "^24.0.17", "babel-jest": "^24.8.0", "jest": "^24.8.0", "rollup": "^1.19.3", "rollup-plugin-typescript2": "^0.22.1", "ts-jest": "^24.0.2", "tslib": "^1.10.0", "typescript": "^3.5.3" }, "dependencies": { "glob": "^7.1.4", "rollup-pluginutils": "^2.8.1", "turbocolor": "^2.6.1" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testMatch": [ "<rootDir>/test/**/*.test.ts" ] } }