Files
codeql-action/node_modules/ts-poet/package.json
Angela P Wen a196a714b8 Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482)
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
Co-authored-by: Henry Mercer <henrymercer@github.com>
2024-10-01 09:59:05 -07:00

38 lines
955 B
JSON

{
"name": "ts-poet",
"version": "4.15.0",
"description": "code generation DSL for TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"prepare": "yarn build && yarn test",
"test": "yarn jest",
"build": "yarn tsc",
"lint": "yarn tslint --project ."
},
"repository": {
"type": "git",
"url": "https://github.com/stephenh/ts-poet.git"
},
"keywords": [],
"author": "Stephen Haberman",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.137",
"@types/node": "^12.7.2",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
},
"dependencies": {
"lodash": "^4.17.15",
"prettier": "^2.5.1"
}
}