forked from codecasts/php-alpine
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 934 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
31
{
"name": "@codecasts/php-alpine",
"version": "0.0.1",
"description": "PHP Packages for Alpine Linux.",
"main": "invalid.js",
"directories": {
"doc": "docs"
},
"scripts": {
"clean": "find ./scripts -type d | grep -e 'php7-[a-z]' | xargs -I {a} rm -rf {a}/src",
"sandbox:build": "source ./.env && docker-compose build sandbox",
"sandbox": "source ./.env && docker-compose run sandbox bash",
"build": "source ./.env && docker-compose run sandbox ./build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codecasts/php-alpine.git"
},
"keywords": [
"php",
"alpine",
"linux"
],
"author": "Diego Hernandes <iamhernandev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/codecasts/php-alpine/issues"
},
"homepage": "https://github.com/codecasts/php-alpine#readme"
}