1 | {
|
2 | "name": "jsx-dom",
|
3 | "version": "6.3.1",
|
4 | "description": "JSX to document.createElement.",
|
5 | "main": "lib/index.cjs.js",
|
6 | "jsnext:main": "lib/index.js",
|
7 | "module": "lib/index.js",
|
8 | "scripts": {
|
9 | "build": "cake build",
|
10 | "pretest": "npm run build",
|
11 | "postpublish": "rm lib/*.js",
|
12 | "test": "nyc --reporter=html mocha test/test.tsx --require test/register"
|
13 | },
|
14 | "keywords": [
|
15 | "jsx",
|
16 | "dom"
|
17 | ],
|
18 | "typings": "index.d.ts",
|
19 | "author": "@glixlur",
|
20 | "license": "BSD-3-Clause",
|
21 | "devDependencies": {
|
22 | "@babel/core": "^7.3.4",
|
23 | "@types/babel__core": "^7.1.0",
|
24 | "@types/chai": "^4.1.7",
|
25 | "@types/jsdom": "^12.2.3",
|
26 | "@types/mocha": "^5.2.6",
|
27 | "@types/node": "^11.11.3",
|
28 | "@types/prop-types": "^15.7.0",
|
29 | "babel-preset-minify": "^0.5.0",
|
30 | "chai": "^4.2.0",
|
31 | "coffeescript": "^2.3.2",
|
32 | "fs-extra": "^7.0.1",
|
33 | "jsdom": "^14.0.0",
|
34 | "mocha": "^6.0.2",
|
35 | "nyc": "^13.3.0",
|
36 | "rollup": "^1.6.0",
|
37 | "rollup-plugin-prettier": "^0.6.0",
|
38 | "rollup-plugin-replace": "^2.1.0",
|
39 | "rollup-typescript": "^1.2.0",
|
40 | "ts-node": "^8.0.3",
|
41 | "typescript": "^3.3.3333"
|
42 | },
|
43 | "repository": {
|
44 | "type": "git",
|
45 | "url": "git+https://github.com/glixlur/jsx-dom.git"
|
46 | },
|
47 | "bugs": {
|
48 | "url": "https://github.com/glixlur/jsx-dom/issues"
|
49 | },
|
50 | "homepage": "https://github.com/glixlur/jsx-dom#readme",
|
51 | "dependencies": {
|
52 | "tslib": "^1.9.3"
|
53 | }
|
54 | }
|