csd
Version:
css codes with design system in css in js libraries
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "csd",
"version": "1.1.9",
"description": "css codes with design system in css in js libraries",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"flies": [
"/lib"
],
"scripts": {
"build": "webpack --config ./webpack.config.js --mode=production",
"prepare": "npm run build",
"test": "echo \"No test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChangHyun2/test"
},
"keywords": [
"csd",
"design-system",
"css-in-js",
"UI-library",
"emotion",
"styled-components",
"bootstrap",
"tailwind"
],
"author": "“ChangHyun <jchangh2@gmail.com”> (https://changhyun.vercel.app)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChangHyun2/test/issues"
},
"homepage": "https://github.com/ChangHyun2/test#readme",
"devDependencies": {
"ts-loader": ">=9.1.2",
"webpack": ">=5.37.0",
"webpack-cli": ">=4.7.0"
},
"dependencies": {
"typescript": ">=4.2.4"
}
}