-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 819 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 819 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
34
35
36
37
{
"name": "sp-conf-ts",
"version": "1.0.0alpha1",
"description": "A small framework for reading config",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeite/sp-conf-ts.git"
},
"keywords": [
"configuration",
"config"
],
"author": "Sam Plews <the@codeite.com> (https://github.com/thecodeite)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeite/sp-conf-ts/issues"
},
"homepage": "https://github.com/codeite/sp-conf-ts#readme",
"devDependencies": {
"@types/jest": "^28.1.3",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {}
}