-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 815 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 815 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
{
"name": "@codesweets/core",
"version": "1.0.49",
"description": "Core components that define tasks.",
"keywords": [
"codesweets-tasks"
],
"main": "bin/main.js",
"types": "src/main.ts",
"scripts": {
"build": "./build.sh",
"test": "./test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/codesweets/core.git"
},
"publishConfig": {
"access": "public"
},
"author": "Trevor Sundberg",
"license": "MIT",
"dependencies": {
"@types/json-schema": "^7.0.3",
"@types/node": "^12.0.10",
"ajv": "^6.10.0",
"json-schema": "^0.2.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"codesweets": "^1.0.46",
"eslint": "^5.16.0",
"typescript": "^3.4.5"
}
}