UNPKG

1.09 kBJSONView Raw
1{
2 "name": "typescript-register",
3 "version": "1.1.0",
4 "description": "Extension to require TypeScript files from Node",
5 "main": "index.js",
6 "files": [
7 "README.md",
8 "LICENSE",
9 "*.js"
10 ],
11 "scripts": {
12 "compile": "tsc index.ts test/spec.ts --module commonjs --noImplicitAny",
13 "coverage": "cat ./coverage/lcov.info | coveralls",
14 "test": "istanbul cover node_modules/mocha/bin/_mocha",
15 "typings": "tsd reinstall"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/pspeter3/typescript-register.git"
20 },
21 "keywords": [
22 "typescript",
23 "require",
24 "interpret"
25 ],
26 "author": "Phips Peter",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/pspeter3/typescript-register/issues"
30 },
31 "homepage": "https://github.com/pspeter3/typescript-register",
32 "dependencies": {
33 "chalk": "^0.5.1",
34 "sanitize-filename": "^1.3.0",
35 "typescript": "^1.4.1"
36 },
37 "devDependencies": {
38 "chai": "^1.10.0",
39 "coveralls": "^2.11.2",
40 "istanbul": "^0.3.5",
41 "mocha": "^2.1.0",
42 "tsd": "^0.6.0-beta.5"
43 }
44}