forked from open-olive/loop-creator-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 839 Bytes
/
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
{
"name": "@oliveai/loop-templates",
"version": "1.1.2",
"description": "Loop templates used by Olive's loop creator tools.",
"author": {
"name": "Olive AI, Inc."
},
"copyright": "Copyright (C) 2022 Olive AI, Inc. All rights reserved.",
"homepage": "https://github.com/open-olive/loop-creator-templates#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/open-olive/loop-creator-templates.git"
},
"bugs": {
"url": "https://github.com/open-olive/loop-creator-templates/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack"
},
"dependencies": {},
"devDependencies": {
"raw-loader": "4.0.2",
"ts-loader": "9.3.0",
"typescript": "4.7.2",
"webpack": "5.72.1",
"webpack-cli": "4.9.2"
}
}