-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 856 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
{
"name": "repo-sandbox",
"version": "1.0.0",
"description": "Playground for testing repo, GitHub actions and AWS CI/CD features.",
"private": true,
"scripts": {
"build": "nx affected --target=build",
"test": "CI=true nx affected --target=test",
"info": "nx affected --target=info",
"deploy:dev": "nx affected --target=deploy:dev",
"deploy:int": "nx affected --target=deploy:int",
"deploy:prod": "nx affected --target=deploy:prod",
"destroy:dev": "nx affected --target=destroy:dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samkio/repo-sandbox.git"
},
"author": "samkio",
"license": "ISC",
"bugs": {
"url": "https://github.com/samkio/repo-sandbox/issues"
},
"homepage": "https://github.com/samkio/repo-sandbox#readme",
"devDependencies": {
"nx": "15.0.1"
}
}