solid-register
Version:
integrated package to run solid browser code in node
75 lines (74 loc) • 1.59 kB
JSON
{
"name": "solid-register",
"version": "0.2.5",
"description": "integrated package to run solid browser code in node",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prettier": "prettier -w src/*.ts",
"test": "node ./test-examples.mjs"
},
"keywords": [
"solid.js",
"testing",
"node"
],
"author": "Alex Lohr",
"contributors": ["Sanich Kotikov"],
"license": "MIT",
"dependencies": {
"esbuild": "^0.14.38",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/babel__core": "^7.1.19",
"@types/babel__plugin-transform-runtime": "^7.9.2",
"@types/jsdom": "^16.2.14",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
},
"peerDependencies": {
"@babel/core": ">=7.0.0",
"babel-preset-solid": ">=1.0.0",
"@babel/register": ">=7.0.0",
"@babel/plugin-transform-runtime": ">=7.0.0",
"ts-node": ">=10.0.0",
"happy-dom": ">=2.0.0",
"jsdom": ">=18.0.0",
"linkedom": ">=0.10.0",
"postcss": ">=7.0.0"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
},
"babel-preset-solid": {
"optional": true
},
"@babel/plugin-transform-runtime": {
"optional": true
},
"@babel/register": {
"optional": true
},
"ts-node": {
"optional": true
},
"happy-dom": {
"optional": true
},
"jsdom": {
"optional": true
},
"linkedom": {
"optional": true
},
"postcss": {
"optional": true
}
}
}