UNPKG

@typed/test

Version:
69 lines (68 loc) 2.02 kB
{ "name": "@typed/test", "version": "9.5.0", "description": "Testing made simple.", "main": "lib/index.js", "module": "lib.es2015/index.js", "typings": "lib/index.d.ts", "types": "lib/index.d.ts", "repository": "https://github.com/TylorS/typed-test", "author": "Tylor Steinberger <tlsteinberger167@gmail.com>", "license": "MIT", "private": false, "bin": { "typed-test": "lib/cli/cli.js" }, "scripts": { "build:commonjs": "rm -rf lib && tsc --outDir lib", "build:es2015": "rm -rf lib.es2015 && tsc --module es2015 --outDir lib.es2015", "build": "npm run build:commonjs && npm run build:es2015 && chmod +x lib/cli/cli.js", "test": "ts-node source/cli/cli.ts", "preversion": "npm test && npm run build", "postversion": "npm publish" }, "devDependencies": { "@types/clear-require": "2.0.0", "@types/express": "4.17.2", "@types/glob": "7.1.1", "@types/lodash.isequal": "4.5.5", "@types/node": "13.1.1", "@types/resolve": "1.14.0", "@types/yargs": "12.0.1", "husky": "1.0.1", "lint-staged": "7.3.0", "prettier": "1.14.3", "tslint": "5.11.0", "tslint-config-prettier": "1.15.0", "tslint-plugin-prettier": "2.0.0", "typescript": "3.7.4", "webpack-cli": "3.3.10" }, "peerDependencies": { "typescript": "^3.1.3" }, "dependencies": { "@typed/assertions": "1.1.0", "@types/webpack": "4.41.0", "chrome-launcher": "0.12.0", "clear-require": "2.0.0", "express": "4.17.1", "glob": "7.1.5", "glob-watcher": "5.0.3", "james-browser-launcher": "1.3.1", "lodash.isequal": "^4.5.0", "portfinder": "1.0.25", "resolve": "1.14.1", "source-map-support": "0.5.16", "sourcemapped-stacktrace": "1.1.11", "tempy": "0.3.0", "ts-loader": "6.2.1", "ts-node": "8.5.4", "tsconfig-paths": "3.9.0", "tsconfig-paths-webpack-plugin": "3.2.0", "typed-colors": "1.0.0", "typed-figures": "1.0.0", "webpack": "4.41.5", "yargs": "12.0.2" } }