-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.15 KB
/
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
31
32
33
34
{
"name": "@sasjs/minimal-seed-app",
"repository": "https://github.com/sasjs/minimal-seed-app",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx http-server ./src -p 3000",
"deploy": "rsync -avhe ssh ./src/* --delete $SSH_ACCOUNT:$DEPLOY_PATH",
"prepare": "cpy-t node_modules/@sasjs/adapter/index.js src/sasjs.js",
"requestinit": "sasjs request services/common/appinit",
"requestdata": "sasjs request services/common/getdata -d sasjs/utils/requestpayload.json",
"lint": "npx prettier --check \"{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\"",
"lint:fix": "npx prettier --write \"{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\""
},
"keywords": [
"SAS",
"SASViya",
"SASjs"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@sasjs/adapter": "4.2.2",
"@sasjs/cli": "4.1.1",
"@sasjs/core": "4.45.11",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"cpy-t": "^1.1.5",
"prettier": "^2.7.1"
}
}