rete
Version:
JavaScript framework
46 lines (45 loc) • 1.29 kB
JSON
{
"name": "rete",
"version": "1.2.2",
"description": "JavaScript framework",
"main": "build/rete.common.js",
"module": "build/rete.esm.js",
"types": "types/index.d.ts",
"scripts": {
"build": "rete --build rete.config.js",
"build:dev": "rete --build rete.config.js --watch",
"prepublishOnly": "npm run lint && npm run build",
"prebuild": "npm run lint & npm test && npm run types",
"lint": "tsc && eslint src",
"test": "BABEL_ENV=test mocha -r ts-node/register test/**.ts",
"types": "tsc src/index.ts --declaration --outDir ./types --downlevelIteration --emitDeclarationOnly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/retejs/rete.git"
},
"keywords": [
"dataflow",
"visual programming",
"node editor",
"js"
],
"author": "Vitaliy Stoliarov",
"license": "MIT",
"bugs": {
"url": "https://github.com/retejs/rete/issues"
},
"homepage": "https://github.com/retejs/rete#readme",
"devDependencies": {
"@types/jsdom": "^12.2.2",
"@types/mocha": "^5.2.6",
"babel-eslint": "^10.0.1",
"eslint": "^5.12.1",
"jsdom": "^13.2.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"rete-cli": "0.6.0-rc.2",
"ts-node": "^8.0.2",
"typescript": "^3.3.3333"
}
}