@css-components/node-api
Version:
NodeJS API for interacting with CSS Component Modules - CCM
25 lines • 617 B
JSON
{
"name": "@css-components/node-api",
"version": "0.3.0",
"description": "NodeJS API for interacting with CSS Component Modules - CCM",
"author": "Joel Jeske <joeljeske14@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/joeljeske/ccm.git"
},
"bugs": {
"url": "https://github.com/joeljeske/ccm/issues"
},
"homepage": "https://github.com/joeljeske/ccm#readme",
"license": "MIT",
"keywords": [
"CSS",
"CCM",
"CSS-in-JS"
],
"dependencies": {},
"devDependencies": {},
"peerDependencies": {},
"main": "./main.js",
"types": "./index.d.ts"
}