-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.08 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.08 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
{
"name": "sketch-n-script",
"version": "1.0.0",
"description": "The Google docs add-on to enter formulas in your doc",
"main": "test_update.js",
"scripts": {
"compile": "tsc --noImplicitUseStrict -p src/ --outDir add-on/ && sed -i '12,14d' add-on/Update.js && sed -i '1s/var __assign/syntax = typeof syntax == \"undefined\" ? this : syntax;\\nvar __assign/' add-on/Update.js",
"test": "node script_testscript.js",
"pulladdon": "cd add-on && clasp pull",
"pushaddon": "cd add-on && clasp push",
"minify": "uglifyjs --compress --mangle --output add-on/esprima-min.js -- add-on/esprima.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikaelMayer/Sketch-n-Script.git"
},
"devDependencies": {
"tslint": "~5.11.0",
"typescript": "~3.2.1"
},
"keywords": [
"Bidirectional",
"Programming",
"Program",
"Synthesis"
],
"author": "Mikaël Mayer",
"license": "MIT",
"bugs": {
"url": "https://github.com/MikaelMayer/Sketch-n-Script/issues"
},
"homepage": "https://github.com/MikaelMayer/Sketch-n-Script#readme"
}