-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "example-app",
"version": "0.0.1",
"description": "ServiceNow scoped app built with now-sdk + Claude Code",
"license": "MIT",
"type": "module",
"imports": {
"#now:*": "./@types/servicenow/fluent/*/index.js"
},
"scripts": {
"build": "now-sdk build",
"deploy": "now-sdk install",
"transform": "now-sdk transform",
"types": "now-sdk dependencies"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@servicenow/sdk": "4.4.0",
"@servicenow/glide": "27.0.4",
"eslint": "8.50.0",
"@servicenow/eslint-plugin-sdk-app-plugin": "4.4.0"
}
}