{
  "name": "node-modules-utils",
  "version": "1.0.0",
  "description": "load package info from node_modules, parse dts (Typescript declaration files, .d.ts) from node_modules",
  "author": "maslow <wangfugen@126.com>",
  "homepage": "https://github.com/Maslow/less-framework#readme",
  "license": "ISC",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "tests"
  },
  "files": [
    "src",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Maslow/less-framework.git"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "test": "npx mocha tests/**test.js",
    "prepublishOnly": "npm run build",
    "copy2app": "sh copy2app.sh",
    "copy2sys": "sh copy2sys.sh",
    "copy4dev": "sh copy2app.sh && sh copy2sys.sh",
    "lint": "eslint . --fix --ext .ts --ext .js"
  },
  "bugs": {
    "url": "https://github.com/Maslow/less-framework/issues"
  },
  "dependencies": {
    "fs-extra": "^10.0.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.12",
    "@types/node": "^16.4.2",
    "typescript": "^4.2.3"
  },
  "lint-staged": {
    "*.{ts,js}": "eslint --fix"
  }
}
