UNPKG

1.04 kBJSONView Raw
1{
2 "name": "typed-css-modules",
3 "version": "0.3.6",
4 "description": "Creates .d.ts files from CSS Modules .css files",
5 "main": "index.js",
6 "scripts": {
7 "build": "babel -d lib src",
8 "test": "jest",
9 "test:watch": "jest --watch",
10 "test:ci": "jest --coverage",
11 "prepublish": "npm run build"
12 },
13 "bin": {
14 "tcm": "lib/cli.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/Quramy/typed-css-modules.git"
19 },
20 "keywords": [
21 "css-modules",
22 "typescript"
23 ],
24 "author": "quramy",
25 "license": "MIT",
26 "dependencies": {
27 "camelcase": "^4.1.0",
28 "chalk": "^2.1.0",
29 "chokidar": "^2.0.3",
30 "css-modules-loader-core": "^1.1.0",
31 "glob": "^7.1.2",
32 "is-there": "^4.4.2",
33 "mkdirp": "^0.5.1",
34 "yargs": "^8.0.2"
35 },
36 "devDependencies": {
37 "babel-cli": "^6.26.0",
38 "babel-core": "^6.26.0",
39 "babel-env": "^2.4.1",
40 "babel-jest": "^22.4.3",
41 "jest": "^22.4.3",
42 "regenerator-runtime": "^0.11.1"
43 },
44 "jest": {
45 "transform": {}
46 }
47}