-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
30 lines (30 loc) · 990 Bytes
/
package.json
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
27
28
29
30
{
"name": "fsm-extension-sample",
"version": "1.0.0",
"description": "[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/fsm-extension-sample)](https://api.reuse.software/info/github.com/SAP-samples/fsm-extension-sample)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "npx dotenv cross-var concurrently 'npm install --prefix samples/%SAMPLE%'",
"start": "npx dotenv cross-var concurrently 'npm run --prefix samples/%SAMPLE% start'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SAP-samples/fsm-extension-sample.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SAP-samples/fsm-extension-sample/issues"
},
"homepage": "https://github.com/SAP-samples/fsm-extension-sample#readme",
"dependencies": {
"concurrently": "^6.5.1",
"cross-var": "^1.1.0",
"dotenv": "^8.6.0",
"dotenv-cli": "^4.1.1"
}
}