-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 795 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 795 Bytes
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": "@poool/access-php-server-side-example",
"version": "1.0.0",
"main": "index.js",
"description": "Simple PHP example of how to use Poool Access SDK with server side content locking",
"repository": "https://github.com/p3ol/php-example.git",
"author": "Ugo Stephant <ugo@poool.fr>",
"license": "MIT",
"packageManager": "yarn@4.0.2",
"dependencies": {
"buffer": "6.0.3"
},
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/node": "20.11.1",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"typescript": "5.3.3",
"vite": "5.0.11"
},
"scripts": {
"dev": "vite & composer run dev",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint ."
}
}