-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1006 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1006 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
{
"name": "datamapper",
"version": "2.0.1",
"description": "[](https://php.net) [](https://codeigniter.com) [](license.txt) [](https://github.com/P2GR/datamapper)",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/P2GR/datamapper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/P2GR/datamapper/issues"
},
"homepage": "https://github.com/P2GR/datamapper#readme",
"devDependencies": {
"vitepress": "^1.6.4"
}
}