{
  "name": "ts-simple-nameof",
  "version": "1.3.3",
  "description": "Parses a class name or a dot-separated property name from a lambda expression and provides some level of type safety using type parameters.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Tests may be run via scripts test:es5 and test:es6 individually.\"",
    "test:es5": "jasmine-ts --project=\"./tsconfig.spec.es5.json\" --config=\"./test/jasmine.json\"",
    "test:es6": "jasmine-ts --project=\"./tsconfig.spec.es6.json\" --config=\"./test/jasmine.json\"",
    "tsc": "node_modules/.bin/tsc --project \"./tsconfig.build.json\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IRCraziestTaxi/ts-simple-nameof.git"
  },
  "keywords": [
    "nameof",
    "typescript"
  ],
  "author": "IRCraziestTaxi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IRCraziestTaxi/ts-simple-nameof/issues"
  },
  "homepage": "https://github.com/IRCraziestTaxi/ts-simple-nameof#readme",
  "files": [
    "package.json",
    "index.js",
    "index.d.ts",
    "src/**/*.js",
    "src/**/*.d.ts"
  ],
  "devDependencies": {
    "@types/jasmine": "3.6.9",
    "jasmine": "3.7.0",
    "jasmine-ts": "^0.3.3",
    "ts-node": "^8.10.2",
    "tslint": "6.1.3",
    "typescript": "^5.8.3"
  }
}
