-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 932 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
38
39
40
41
{
"name": "create-project-state",
"version": "0.0.2",
"author": "arthuro555",
"license": "MIT",
"keywords": [
"state",
"editor",
"management",
"dispatch",
"project",
"react",
"undo",
"remote",
"server"
],
"bugs": {
"url": "https://github.com/arthuro555/create-project-state/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/arthuro555/create-project-state.git"
},
"homepage": "https://github.com/arthuro555/create-project-state#readme",
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"exports": "./dist/index.modern.js",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"scripts": {
"build": "tsc && microbundle && cd react && yarn build"
},
"devDependencies": {
"microbundle": "^0.13.3",
"typescript": "^4.3.4"
},
"mangle": {
"regex": "^_"
}
}