forked from DevoInc/applications-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.19 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.19 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@devoinc/applications-builder",
"version": "2.0.1",
"description": "Devo Applications Builder",
"author": "Devo desa@devo.com",
"license": "UNLICENSED",
"private": false,
"homepage": "https://www.devo.com",
"engines": {
"node": "*",
"npm": "*"
},
"bugs": {
"email": "desa@devo.com"
},
"scripts": {
"build": "cat package.json | sed '/\"build\"/d' | sed '/\"scripts\"/,/},/d' | sed '/\"devDependencies\"/,/},/d' > ./src/package.json",
"publish": "npm run build && cd src && npm publish --access public && cd ..",
"prepare": "npm run selflink",
"test": "jest --coverage --config './jest.config.js'",
"test-watch": " node_modules/.bin/jest",
"selflink": "cd node_modules && ln -snf ../../src @devoinc/applications-builder",
"eslint": "./node_modules/.bin/eslint src/**/*.js",
"eslint-test": "./node_modules/.bin/eslint test/**/*.js",
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.conf"
},
"repository": {
"type": "git",
"url": "https://github.com/DevoInc/applications-builder"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"async": "^3.2.0",
"babel-7-jest": "^21.3.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-node-modules": "^0.0.1",
"better-docs": "^2.3.2",
"css-element-queries": "^0.4.0",
"d3": "^4.12.2",
"eslint": "^8.13.0",
"generate-changelog": "^1.4.0",
"iconv-lite": "^0.4.24",
"install": "^0.12.2",
"jest": "^23.6.0",
"jquery": "^3.5.1",
"jsdoc": "^3.6.5",
"lodash": "^4.17.19",
"regenerator-runtime": "^0.12.1",
"sinon": "^3.3.0"
},
"contributors": [
"Desarrollo Devo desa@devo.com"
],
"dependencies": {
"@devoinc/applications-data-library": "^2.0.2",
"html2canvas": "^1.0.0-rc.5",
"inherits": "^2.0.3",
"moment": "^2.29.4",
"uuid": "^3.4.0"
},
"keywords": [
"widgets"
]
}