@symbo.ls/init 2.10.74 → 2.10.114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -31
package/package.json
CHANGED
|
@@ -1,44 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/init",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.114",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"gitHead": "
|
|
5
|
+
"gitHead": "12592b1165c6671cc7cdbad50a0448072b3fff3d",
|
|
6
6
|
"source": "index.js",
|
|
7
7
|
"main": "index.js",
|
|
8
|
-
"targets": {
|
|
9
|
-
"main": {
|
|
10
|
-
"context": "browser",
|
|
11
|
-
"outputFormat": "commonjs",
|
|
12
|
-
"includeNodeModules": true
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"dynamic.json",
|
|
17
|
-
"README.md"
|
|
18
|
-
],
|
|
19
|
-
"scripts": {
|
|
20
|
-
"prebuild": "rm -rf dist .parcel-cache",
|
|
21
|
-
"build": "parcel build index.js",
|
|
22
|
-
"build:watch": "nodemon --exec \"yarn build\" --ignore 'dist/*' --watch ..",
|
|
23
|
-
"test:lint": "npx standard \"packages/**/*.js\"",
|
|
24
|
-
"test": "echo running all tests is not supported, maybe run: \"yarn test:lint\"",
|
|
25
|
-
"push": "echo push is not yet supported",
|
|
26
|
-
"push:version": "npm version patch && npm publish && git push origin --tags && git push",
|
|
27
|
-
"clean": "rm -rf dist node_modules yarn.lock .parcel-cache yarn-error.log"
|
|
28
|
-
},
|
|
29
8
|
"dependencies": {
|
|
30
9
|
"@domql/utils": "latest",
|
|
31
10
|
"@symbo.ls/default-config": "latest",
|
|
32
11
|
"@symbo.ls/emotion": "latest",
|
|
33
12
|
"@symbo.ls/scratch": "latest"
|
|
34
13
|
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@babel/core": "^7.18.10",
|
|
37
|
-
"babel-eslint": "^10.1.0",
|
|
38
|
-
"standard": "^13.1.0"
|
|
39
|
-
},
|
|
40
|
-
"standard": {
|
|
41
|
-
"parser": "babel-eslint"
|
|
42
|
-
},
|
|
43
14
|
"browserslist": "> 0.5%, last 2 versions, not dead"
|
|
44
15
|
}
|