@typed/test
Version:
Testing made simple.
67 lines (66 loc) • 1.99 kB
JSON
{
"name": "@typed/test",
"version": "8.0.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.16.0",
"@types/glob": "7.1.1",
"@types/micromatch": "3.1.0",
"@types/node": "10.11.3",
"@types/resolve": "0.0.8",
"@types/tempy": "0.1.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",
"webpack-cli": "3.1.2"
},
"dependencies": {
"@types/webpack": "4.4.13",
"@typed/assertions": "1.1.0",
"chrome-launcher": "0.10.5",
"clear-require": "2.0.0",
"express": "4.16.3",
"glob": "7.1.3",
"glob-watcher": "5.0.1",
"james-browser-launcher": "1.3.1",
"lodash.isequal": "4.5.0",
"portfinder": "1.0.17",
"resolve": "1.8.1",
"source-map-support": "0.5.9",
"sourcemapped-stacktrace": "1.1.9",
"tempy": "0.2.1",
"ts-loader": "5.2.1",
"ts-node": "7.0.1",
"tsconfig-paths": "3.6.0",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typed-colors": "1.0.0",
"typed-figures": "1.0.0",
"typescript": "3.1.1",
"webpack": "4.20.2",
"yargs": "12.0.2"
}
}