@iceworks/generate-material
Version:
Generate material collection or single component
33 lines (32 loc) • 735 B
JSON
{
"name": "@iceworks/generate-material",
"version": "1.1.1",
"description": "Generate material collection or single component",
"files": [
"lib/"
],
"engines": {
"node": ">=12"
},
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib && tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "http",
"url": "https://github.com/apptools-lab/AppWorks/tree/master/packages/generate-material"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"camelcase": "^5.0.0",
"ejs": "^3.1.3",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"ice-npm-utils": "^3.0.0",
"ora": "^4.0.3"
},
"gitHead": "fc5b35f95ab4cc24898845916acf598c2f34d576"
}