mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
38 lines
955 B
JSON
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"
|
|
}
|
|
}
|