|
| 1 | +{ |
| 2 | + "name": "typings-for-css-modules-loader", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Drop-in replacement for css-loader to generate typings for your CSS-Modules on the fly in webpack", |
| 5 | + "main": "lib/index.js", |
| 6 | + "scripts": { |
| 7 | + "build": "babel src -d lib", |
| 8 | + "prepublish": "npm run build", |
| 9 | + "pretest": "rm -f ./test/example.css.d.ts && touch ./test/example.css.d.ts", |
| 10 | + "test:run": "babel-node ./node_modules/webpack/bin/webpack --config ./test/webpack.config.babel.js && diff ./test/example.css.d.ts ./test/expected-example.css.d.ts", |
| 11 | + "test": "npm run test:run > /dev/null 2>&1 && npm run test:run" |
| 12 | + }, |
| 13 | + "author": "Tim Sebastian <[email protected]>", |
| 14 | + "license": "MIT", |
| 15 | + "keywords": [ |
| 16 | + "Typescript", |
| 17 | + "TypeScript", |
| 18 | + "CSS Modules", |
| 19 | + "CSSModules", |
| 20 | + "CSS Modules typings", |
| 21 | + "Webpack", |
| 22 | + "Webpack loader", |
| 23 | + "Webpack css module typings loader", |
| 24 | + "typescript webpack typings", |
| 25 | + "css modules webpack typings" |
| 26 | + ], |
| 27 | + "dependencies": { |
| 28 | + "graceful-fs": "4.1.4" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "babel-cli": "6.10.1", |
| 32 | + "babel-eslint": "6.1.0", |
| 33 | + "babel-loader": "^6.2.5", |
| 34 | + "babel-polyfill": "^6.13.0", |
| 35 | + "babel-preset-es2015": "6.9.0", |
| 36 | + "babel-preset-stage-0": "6.5.0", |
| 37 | + "eslint": "2.13.1", |
| 38 | + "eslint-plugin-babel": "3.3.0", |
| 39 | + "ts-loader": "^0.8.2", |
| 40 | + "typescript": "^1.8.10", |
| 41 | + "webpack": "^1.13.2" |
| 42 | + }, |
| 43 | + "peerDependencies": { |
| 44 | + "css-loader": "^0.23.1" |
| 45 | + }, |
| 46 | + "repository": { |
| 47 | + "type": "git", |
| 48 | + "url": "git+https://github.com/Jimdo/typings-for-css-modules-loader.git" |
| 49 | + }, |
| 50 | + "bugs": { |
| 51 | + "url": "https://github.com/Jimdo/typings-for-css-modules-loader/issues" |
| 52 | + }, |
| 53 | + "homepage": "https://github.com/Jimdo/typings-for-css-modules-loader#readme" |
| 54 | +} |
0 commit comments