@barelyhuman/astring-jsx
Version:
astring, with JSX support
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "@barelyhuman/astring-jsx",
"version": "2.0.3",
"description": "astring, with JSX support",
"homepage": "https://github.com/barelyhuman/astring-jsx#readme",
"bugs": {
"url": "https://github.com/barelyhuman/astring-jsx/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barelyhuman/astring-jsx.git"
},
"license": "MIT",
"author": "Stephen Belanger <admin@stephenbelanger.com>",
"contributors": [
"reaper <ahoy@barelyhuman.dev>"
],
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"fix": "npx prettier --write .",
"next": "bumpp",
"test": "tap test.js --functions=90"
},
"prettier": "@barelyhuman/prettier-config",
"dependencies": {
"astring": "^1.8.6",
"xtend": "^4.0.1"
},
"devDependencies": {
"@barelyhuman/prettier-config": "^1.1.0",
"acorn": "^8.10.0",
"acorn-jsx": "^5.3.2",
"bumpp": "^9.1.1",
"prettier": "^3.0.1",
"tap": "^16.3.8"
},
"peerDependencies": {
"astring": "^1.8.6"
},
"publishConfig": {
"access": "public"
}
}