usxeditor
Version:
USX editor react component.
66 lines (65 loc) • 1.79 kB
JSON
{
"name": "usxeditor",
"version": "0.0.9-alpha",
"description": "USX editor react component.",
"main": "lib/UsxEditor.js",
"scripts": {
"fix-ts-mocha": "cd node_modules && cd ts-mocha && npm install --force",
"test": "ts-mocha tests/**/*.spec.tsx -r unitTestSetup.ts",
"coverage": "nyc --reporter=text ts-mocha tests/**/*.spec.tsx -r unitTestSetup.ts",
"build": "tsc",
"lint": "eslint src/**/*.tsx",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "hg commit -m \"new version\"",
"postversion": "cross-env-shell hg tag $npm_package_version && hg push"
},
"nyc": {
"exclude": [
"tests/**",
"unitTestSetup.ts"
]
},
"keywords": [
"USX",
"Editor",
"React"
],
"author": "",
"license": "ISC",
"repository": {
"type": "mercurial",
"url": "https://hg.sr.ht/~hindlemail/usxeditor"
},
"homepage": "https://sr.ht/~hindlemail/usxeditor/",
"bugs": {
"url": "https://todo.sr.ht/~hindlemail/usxeditor",
"email": "~hindlemail/usxeditor@todo.sr.ht"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/enzyme": "^3.10.12",
"@types/mocha": "^9.1.1",
"@types/sinon-chai": "^3.2.8",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@zarconontol/enzyme-adapter-react-18": "^0.7.3",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"eslint": "^8.23.0",
"jsdom": "^20.0.0",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"dependencies": {
"react-autobind": "^1.0.6",
"xml-to-react": "^1.2.0-alpha.2"
},
"peerDependencies": {
"react": "^18.2.0"
}
}