@ts-nameof/transforms-ts
Version:
ts-nameof - TypeScript compiler transforms for ts-nameof packages.
29 lines (28 loc) • 765 B
JSON
{
"name": "@ts-nameof/transforms-ts",
"version": "4.2.1",
"description": "ts-nameof - TypeScript compiler transforms for ts-nameof packages.",
"main": "./dist/index.js",
"author": "David Sherret",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rimraf dist && tsc --b --clean",
"build": "tsc --b",
"test": "npm run build && mocha",
"test:debug": "npm run build && mocha --inspect-brk"
},
"dependencies": {
"@ts-nameof/common": "^4.2.0",
"@ts-nameof/transforms-common": "^4.2.1"
},
"devDependencies": {
"@ts-nameof/tests-common": "^4.2.0",
"mocha": "^7.1.2",
"rimraf": "^3.0.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
}
}