UNPKG

@rontian/egret-robotlegs

Version:

Egret View Integration with RobotlegsJS

103 lines 3.58 kB
{ "name": "@rontian/egret-robotlegs", "version": "1.0.4", "description": "Egret View Integration with RobotlegsJS", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "start": "webpack-dev-server --config ./webpack.example.config.js", "autoformat": "prettier --config .prettierrc --write --list-different \"{src,static,test,example,definitions}{/**/,/}*.{html,css,js,json,ts}\"", "tslint-check:src": "tslint-config-prettier-check ./tslint.json", "tslint-check:test": "tslint-config-prettier-check ./tslint.test.json", "tslint-check:example": "tslint-config-prettier-check ./tslint.example.json", "tslint:src": "tslint --project tsconfig.json", "tslint:test": "tslint --config tslint.test.json --project tsconfig.test.json", "tslint:example": "tslint --config tslint.example.json --project tsconfig.example.json", "tslint": "npm run tslint-check:src && npm run tslint-check:test && npm run tslint-check:example && npm run tslint:src && npm run tslint:test && npm run tslint:example", "clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib && rimraf lib-test && rimraf lib-example && rimraf dist && rimraf dist-test", "compile:src": "tsc -d --importHelpers", "compile:test": "tsc -p tsconfig.test.json -d --importHelpers", "compile:example": "tsc -p tsconfig.example.json -d --importHelpers", "dev": "webpack", "build": "webpack --env.production", "build:example": "webpack --config ./webpack.example.config.js --env.production", "deploy:example": "./deploy-example.sh", "prepare": "npm run clean-up && npm run compile:src", "prepublishOnly": "publish-please guard", "publish-please": "npm run tslint && npm run autoformat && npm run clean-up && npm run test && publish-please" }, "repository": { "type": "git", "url": "" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "TypeScript", "Robotlegs", "IoC", "Egret" ], "author": "RobotlegsJS", "contributors": [ "Tiago Schenkel <tiago.schenkel@gmail.com>" ], "license": "MIT", "bugs": { "url": "" }, "homepage": "", "files": [ "lib" ], "directories": { "lib": "./lib" }, "dependencies": { "@robotlegsjs/core": "^2.0.0", "tslib": "^1.11.1" }, "peerDependencies": { "reflect-metadata": "^0.1.13" }, "devDependencies": { "@types/bluebird": "^3.5.30", "@types/chai": "^4.2.11", "@types/core-js": "^2.5.3", "@types/mocha": "^7.0.2", "@types/sinon": "^7.5.2", "@types/webpack-env": "^1.15.1", "bluebird": "^3.7.2", "browserify-versionify": "^1.0.6", "chai": "^4.2.0", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^5.1.1", "es6-map": "^0.1.5", "es6-symbol": "^3.1.3", "glslify": "^7.0.0", "html-webpack-plugin": "^3.2.0", "imports-loader": "^0.8.0", "istanbul-instrumenter-loader": "^3.0.1", "mocha": "^7.1.0", "prettier": "^1.19.1", "publish-please": "^5.5.1", "puppeteer": "^2.1.1", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "sinon": "^9.0.1", "sinon-chai": "^3.5.0", "terser-webpack-plugin": "^2.3.5", "ts-loader": "^6.2.1", "ts-node": "^8.6.2", "tslint": "^6.1.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3", "webpack": "^4.42.0", "webpack-cli": "^3.3.11", "webpack-concat-plugin": "^3.0.0", "webpack-dev-server": "^3.10.3", "webpack-merge": "^4.2.2", "webpack-simple-progress-plugin": "^0.0.4" } }