-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.31 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
35
36
37
38
39
40
{
"name": "lifterlms-lite-lms",
"version": "0.1.1",
"description": "Easily track progress through simple online courses and other types of content on your WordPress website.",
"repository": {
"type": "git",
"url": "https://github.com/gocodebox/lifterlms-lite-lms.git"
},
"keywords": [
"LifterLMS",
"WordPress",
"LMS"
],
"author": "Team LifterLMS <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gocodebox/lifterlms-lite-lms/issues"
},
"homepage": "https://lifterlms.com/",
"devDependencies": {
"@lifterlms/dev": "^0.2.0",
"@lifterlms/llms-e2e-test-utils": "^2.1.2",
"@lifterlms/scripts": "^1.3.2",
"@wordpress/e2e-test-utils": "^4.11.2",
"@wordpress/scripts": "^12.1.1",
"puppeteer": "npm:[email protected]"
},
"scripts": {
"build": "npm run build:scripts && npm run build:pot && llms-dev readme",
"build:scripts": "wp-scripts build",
"build:pot": "llms-dev pot --text-domain=llms-lite-progress",
"dev": "llms-dev",
"fix:js": "npm run lint:js -- --fix",
"lint:css": "wp-scripts lint-style ./src",
"lint:js": "wp-scripts lint-js ./src",
"test": "wp-scripts test-e2e --config tests/e2e/jest.config.js",
"test:dev": "npm run test -- --puppeteer-interactive",
"start": "wp-scripts start"
}
}