-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1009 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1009 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
29
30
31
32
33
{
"name": "adapt-authoring-contentplugin",
"version": "1.6.1",
"description": "Module for managing framework plugins",
"homepage": "https://github.com/adapt-security/adapt-authoring-contentplugin",
"repository": "github:adapt-security/adapt-authoring-contentplugin",
"scripts": {
"test": "node --test 'tests/**/*.spec.js'"
},
"main": "index.js",
"type": "module",
"dependencies": {
"adapt-authoring-api": "^3.0.0",
"adapt-authoring-core": "^2.0.0",
"adapt-cli": "^3.3.3",
"semver": "^7.6.0"
},
"peerDependencies": {
"adapt-authoring-adaptframework": "^2.0.0",
"adapt-authoring-content": "^2.0.0",
"adapt-authoring-jsonschema": "^1.2.0",
"adapt-authoring-middleware": "^1.0.2",
"adapt-authoring-mongodb": "^3.0.0",
"adapt-authoring-server": "^2.1.0"
},
"devDependencies": {
"@adaptlearning/semantic-release-config": "^1.0.0",
"standard": "^17.1.0"
},
"release": {
"extends": "@adaptlearning/semantic-release-config"
}
}