exexcepturi
Version:
css-to-ts takes css file and outputs TypeScript file with an exported string containing content of your css file.
43 lines (42 loc) • 956 B
JSON
{
"name": "exexcepturi",
"version": "1.3.2",
"description": "css-to-ts takes css file and outputs TypeScript file with an exported string containing content of your css file.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/DiamondMarquardt/exexcepturi.git"
},
"keywords": [
"SimplrJS",
"qui",
"Cascading",
"perferendis",
"minus",
"ts",
"voluptas",
"css-to-ts"
],
"author": "LavonneParisian",
"license": "MIT",
"devDependencies": {
"tslint": "^5.0.0",
"typescript": "^2.2.2"
},
"dependencies": {
"@types/chokidar": "^1.6.0",
"@types/glob": "^5.0.30",
"@types/mkdirp": "^0.3.29",
"@types/yargs": "^6.6.0",
"@types/mz": "0.0.30",
"chokidar": "^1.6.1",
"glob": "^7.1.1",
"mkdirp": "^0.5.1",
"mz": "^2.6.0",
"yargs": "^7.0.2"
},
"engine": "node >= 5.0.0",
"bin": {
"css-to-ts": "./dist/cli.js"
}
}