-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 903 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
32
33
34
35
36
37
{
"name": "temple-of-time",
"version": "0.0.1",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/bcakmakoglu/temple-of-time"
},
"keywords": [
"braks"
],
"license": "MIT",
"author": "Burak Cakmakoglu<https://github.com/bcakmakoglu>",
"homepage": "https://github.com/bcakmakoglu/temple-of-time#readme",
"exports": {
".": {
"import": "./dist/temple-of-time.esm.js",
"require": "./dist/temple-of-time.cjs.js"
},
"./*": "./*"
},
"main": "./dist/temple-of-time.cjs.js",
"types": "./dist/temple-of-time.d.ts",
"module": "./dist/temple-of-time.esm.js",
"unpkg": "./dist/temple-of-time.iife.min.js",
"jsdelivr": "./dist/temple-of-time.iife.min.js",
"files": [
"dist"
],
"scripts": {
"test": "exit 0"
},
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
}
}