UNPKG

1.56 kBJSONView Raw
1{
2 "name": "espower-typescript",
3 "description": "power-assert instrumentor for TypeScript",
4 "version": "10.0.0",
5 "author": "Teppei Sato <teppeis@gmail.com>",
6 "engines": {
7 "node": ">=10.17"
8 },
9 "main": "index.js",
10 "files": [
11 "*.js"
12 ],
13 "scripts": {
14 "demo": "mocha --require './guess' test/demo.ts",
15 "lint": "eslint *.js",
16 "test": "run-s lint test:*",
17 "test:allow-js": "cd test/test-allow-js && mocha --require ../../guess test/*_test.js",
18 "test:outdir": "cd test/test-outdir && mocha --require ../../guess test/*_test.ts",
19 "test:ts": "mocha --require './guess' test/*_test.ts",
20 "test:tsx": "mocha --require './guess' test/*_test.tsx"
21 },
22 "dependencies": {
23 "espower-source": "^2.3.0",
24 "minimatch": "^3.0.3",
25 "source-map-support": "^0.5.12",
26 "ts-node": "^9.1.1"
27 },
28 "devDependencies": {
29 "@types/mocha": "^8.2.0",
30 "@types/node": "^10.17.51",
31 "@types/react": "^17.0.0",
32 "eslint": "^7.18.0",
33 "eslint-config-teppeis": "^12.0.0",
34 "mocha": "^8.2.1",
35 "npm-run-all": "^4.1.3",
36 "power-assert": "^1.6.1",
37 "react": "^17.0.1",
38 "typescript": "^4.1.3"
39 },
40 "peerDependencies": {
41 "typescript": ">= 2.7"
42 },
43 "homepage": "https://github.com/power-assert-js/espower-typescript",
44 "repository": {
45 "type": "git",
46 "url": "https://github.com/power-assert-js/espower-typescript"
47 },
48 "bugs": {
49 "url": "https://github.com/power-assert-js/espower-typescript/issues"
50 },
51 "keywords": [
52 "power-assert",
53 "typescript"
54 ],
55 "license": "MIT"
56}