forked from parse-community/parse-php-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 1.19 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
{
"name": "parse-php-sdk",
"scripts": {
"test": "./vendor/bin/phpunit --stderr",
"test:coverage": "./vendor/bin/phpunit --stderr --coverage-clover=coverage.xml",
"test-stream:coverage": "./vendor/bin/phpunit --stderr --bootstrap=./tests/bootstrap-stream.php --coverage-clover=coverage.xml",
"lint": "./vendor/bin/phpcs --standard=./phpcs.xml.dist ./src/Parse ./tests/Parse",
"lint:fix": "./vendor/bin/phpcbf --standard=./phpcs.xml.dist ./src/Parse ./tests/Parse",
"prestart": "MONGODB_VERSION=4.0.4 MONGODB_TOPOLOGY=replicaset MONGODB_STORAGE_ENGINE=wiredTiger mongodb-runner start",
"start": "TESTING=1 node ./tests/server.js &",
"document-check": "./vendor/bin/phpdoc -d ./src/ --template=checkstyle",
"document": "./vendor/bin/phpdoc -d ./src/ --title 'Parse PHP SDK API Reference' --template='responsive-twig'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parse-community/parse-php-sdk"
},
"license": "BSD-3-Clause",
"homepage": "https://github.com/montymxb/parse-server-test#readme",
"devDependencies": {
"mongodb-runner": "4.7.2",
"parse-server": "github:parse-community/parse-server#master",
"winston": "3.2.1"
}
}