16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"name": "material-icon-generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "ts-node ./app/generate-metadata.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|