-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 KB
/
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
42
{
"name": "@micro-stacks/examples",
"private": true,
"version": "0.0.1",
"description": "Opinionated integrations for micro-stacks.",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "turbo run lint",
"build": "turbo run build --parallel",
"postbuild": "shx rm -rf ./dist"
},
"prettier": "@stacks/prettier-config",
"repository": {
"type": "git",
"url": "git+https://github.com/fungible-systems/micro-stacks.git"
},
"keywords": [
"stacks",
"web3",
"small-bundle"
],
"author": "Thomas Osmonson",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/fungible-systems/micro-stacks-examples/issues"
},
"homepage": "https://github.com/fungible-systems/micro-stacks-examples",
"devDependencies": {
"@changesets/changelog-github": "0.4.5",
"@changesets/cli": "2.23.2",
"@fungible-systems/eslint-config": "0.0.1",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"prettier": "2.7.1",
"shx": "^0.3.4",
"turbo": "^1.3.2",
"typescript": "4.7.4"
}
}