fluig-types
Version:
Totvs Fluig Types for Typescript
39 lines (38 loc) • 990 B
JSON
{
"name": "fluig-types",
"version": "0.0.3",
"description": "Totvs Fluig Types for Typescript",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielgnsilva/fluig-types.git"
},
"keywords": [
"Fluig",
"Types",
"Totvs Fluig"
],
"author": "Gabriel Nascimento",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabrielgnsilva/fluig-types/issues"
},
"homepage": "https://github.com/gabrielgnsilva/fluig-types#readme",
"dependencies": {
"@types/jquery": "*",
"@types/web": "*"
},
"devDependencies": {
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-replace": "^1.1.4",
"tsc": "^2.0.4",
"typescript": "^5.7.3"
}
}