| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "lazy-val",
- "version": "1.0.3",
- "main": "out/main.js",
- "author": "Vladimir Krivosheev",
- "license": "MIT",
- "repository": "develar/read-config-file",
- "bugs": "https://github.com/develar/read-config-file/issues",
- "homepage": "https://github.com/develar/read-config-file",
- "files": [
- "out"
- ],
- "scripts": {
- "compile": "ts-babel",
- "release": "yarn compile && npm publish"
- },
- "devDependencies": {
- "babel-preset-ts-node6-bluebird": "^1.0.1",
- "ts-babel": "^4.1.8",
- "typescript": "^2.6.2"
- },
- "babel": {
- "presets": [
- "babel-preset-ts-node6-bluebird"
- ]
- },
- "typings": "./out/main.d.ts",
- "_from": "lazy-val@1.0.3",
- "_resolved": "http://registry.npm.taobao.org/lazy-val/download/lazy-val-1.0.3.tgz"
- }
|