mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 11:02:01 -04:00
6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
import loadJsonFile = require('load-json-file')
|
|
import {Package} from './types' // tslint:disable-line
|
|
import path = require('path')
|
|
|
|
export default loadJsonFile.sync(path.resolve(__dirname, '../package.json'))
|