|
| 1 | +{ |
| 2 | + "name": "@types/source-map-support", |
| 3 | + "version": "0.4.3", |
| 4 | + "description": "Types for https://github.com/evanw/node-source-map-support", |
| 5 | + "typings": "source-map-support.d.ts", |
| 6 | + "scripts": { |
| 7 | + "lint": "tslint \"**/*.ts\" -e \"node_modules/**\" -e \"typings/**\" -e bundle.d.ts", |
| 8 | + "bundle": "typings bundle -o bundle.d.ts", |
| 9 | + "exec": "ts-node test.ts", |
| 10 | + "test": "npm run lint && npm run bundle && npm run exec", |
| 11 | + "prepublish": "typings install", |
| 12 | + "postpublish": "greenkeeper-postpublish" |
| 13 | + }, |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "git+https://github.com/types/npm-source-map-support.git" |
| 17 | + }, |
| 18 | + "author": { |
| 19 | + "name": "Blake Embrey", |
| 20 | + |
| 21 | + "url": "http://blakeembrey.me" |
| 22 | + }, |
| 23 | + "license": "MIT", |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/types/npm-source-map-support/issues" |
| 26 | + }, |
| 27 | + "homepage": "https://github.com/types/npm-source-map-support#readme", |
| 28 | + "devDependencies": { |
| 29 | + "greenkeeper-postpublish": "^1.0.1", |
| 30 | + "source-map-support": "~0.4.3", |
| 31 | + "ts-node": "^1.3.0", |
| 32 | + "tslint": "^3.15.1", |
| 33 | + "tslint-config-typings": "^0.2.4", |
| 34 | + "typescript": "^2.0.3", |
| 35 | + "typings": "^1.4.0" |
| 36 | + } |
| 37 | +} |
0 commit comments