-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
30 lines (30 loc) · 914 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
{
"name": "d3-force-apex-plugin",
"version": "0.0.0-ignored",
"private": true,
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsdoc": "^2.4.1",
"grunt-notify": "^0.4.1",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.11",
"jshint": "^2.13.6",
"minami": "^1.2.3",
"uglify-js": "^3.13.0"
},
"scripts": {
"build": "grunt && node src/apex-plugin-build.js",
"install_apex_plugin": "echo exit | sqlplus -S /@playground @apex-plugin/d3-force-apex-plugin-3.1.2.sql"
}
}