-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 797 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "developer-examples",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"https://raw.githubusercontent.com/thoughtspot/visual-embed-sdk/main/static/doc-images/images/TS-Logo-black-no-bg.svg\" width=120 align=\"center\" alt=\"ThoughtSpot\" /> <h3 align=\"center\">ThoughtSpot Developer Examples</h3> </p>",
"main": "index.js",
"scripts": {
"new-example": "tsx ./node_modules/.bin/plop example",
"lint": "eslint ."
},
"author": "ashish.shubham@thoughtspot.com",
"license": "ISC",
"devDependencies": {
"plop": "^4.0.1",
"readdir-enhanced": "^6.0.4",
"tsx": "^4.19.2",
"@eslint/js": "^9.22.0",
"eslint": "^9.22.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^16.0.0",
"typescript-eslint": "^8.26.0"
}
}