@iswa/jsx
Version:
international sign writing alphabet in jsx
47 lines (46 loc) • 1.24 kB
JSON
{
"name": "@iswa/jsx",
"version": "1.1.5",
"description": "international sign writing alphabet in jsx",
"main": "index.js",
"type": "module",
"scripts": {
"task:clofol": "node --es-module-specifier-resolution=node ./task/cloneFolder.js",
"task:jsxer": "node --es-module-specifier-resolution=node ./task/jsxer.js",
"task:genidx": "node --es-module-specifier-resolution=node ./task/generateIndex.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "itacir gabral",
"license": "OFL-1.1",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@iswa/svg": "^1.0.4",
"@iswa/symbolkey": "^1.0.0",
"@svgr/core": "^4.3.3",
"@svgr/plugin-svgo": "^5.4.0",
"shelljs": "^0.8.4"
},
"svgr": {
"icon": true,
"svgo": true,
"plugins": [
"@svgr/plugin-svgo"
]
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/itacirgabral/iswajsx.git"
},
"keywords": [
"react",
"jsx",
"signwriting",
"iswa"
],
"bugs": {
"url": "https://github.com/itacirgabral/iswajsx/issues"
},
"homepage": "https://github.com/itacirgabral/iswajsx#readme"
}