-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.33 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
43
44
45
46
47
{
"name": "@ollion/flow-icon",
"version": "0.0.4",
"description": "This package contains free set icons to use in `@ollion/flow-core`",
"private": true,
"type": "module",
"sideEffects": false,
"workspaces": [
"packages/@ollion/*",
"packages/storybook"
],
"scripts": {
"start": "yarn workspace icon-storybook start",
"build-stories": "yarn workspace icon-storybook build",
"test": "echo \"Error: no test specified\" && exit 1",
"update-packages": "ts-node-esm package-builder/create-packages.ts && yarn",
"build-packages": "yarn workspaces run build",
"release": "yarn build-packages && yarn changeset publish",
"version": "yarn update-packages && yarn changeset version"
},
"keywords": [
"icons"
],
"author": "@ollion",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.25.0",
"@types/node": "^18.7.17",
"@types/prettier": "^2.7.0",
"axios": "^0.27.2",
"fs": "^0.0.1-security",
"prettier": "^2.7.1",
"semver": "^7.3.8",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"rollup-plugin-postcss-lit": "^2.0.0",
"rollup-plugin-scss": "3.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/ollionorg/flow-icon.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}