UNPKG

ts-transform-css-modules

Version:
52 lines (51 loc) 1.44 kB
{ "name": "ts-transform-css-modules", "version": "0.3.3", "description": "Extract CSS classnames in TS files", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "rm -rf test/fixture/*.js && mocha --require ts-node/register --recursive test/**/*.test.ts", "prettier": "prettier --print-width=120 --tab-width=4 --single-quote --trailing-comma=es5 --no-semi --parser=typescript --write 'src/**/*.ts*' || true", "prepublishOnly": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/longlho/ts-transform-css-modules-transform.git" }, "keywords": [ "typescript", "transform", "css-modules", "modules" ], "author": "Long Ho", "license": "MIT", "bugs": { "url": "https://github.com/longlho/ts-transform-css-modules-transform/issues" }, "homepage": "https://github.com/longlho/ts-transform-css-modules-transform#readme", "devDependencies": { "@types/chai": "^4.1.6", "@types/fs-extra": "^5.0.4", "@types/glob": "7", "@types/mocha": "^5.2.5", "@types/node": "^10.12.0", "chai": "^4.2.0", "fs-extra": "7", "glob": "^7.1.3", "mocha": "^5.2.0", "pre-commit": "^1.2.2", "prettier": "^1.14.3", "sourcemap-validator": "^1.1.0", "ts-node": "7", "typescript": "3" }, "dependencies": { "css-modules-require-hook": "^4.2.3" }, "pre-commit": [ "prettier", "test" ] }