forked from felixSchl/photoshop.d.ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "photoshop.d.ts",
"version": "1.0.0",
"description": "Typescript declarations for photoshop",
"main": "app.js",
"scripts": {
"build": "npm run compile ./app.ts",
"test:cc": "npm run compilelib ./dist/cc/**",
"test:cs6": "npm run compilelib ./dist/cs6/**",
"test": "npm run test:cc && npm run test:cs6",
"pretest": "npm run build",
"compile": "tsc --target ES5 --module commonjs",
"compilelib": "tsc --target ES5 --module commonjs --lib es5",
"start": "node app.js",
"convert": "npm start cc && npm start cs6"
},
"repository": {
"type": "git",
"url": "git://github.com/felixschl/photoshop.d.ts"
},
"keywords": [
"photoshop",
"typescript",
"javascript",
"api"
],
"author": "Felix Schlitter",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/felixschl/photoshop.d.ts/issues"
},
"devDependencies": {
"bennu": "~17.2.2",
"fs-extra": "~0.13.0",
"lodash": "~2.4.1",
"typescript": "^2.4.2",
"wordwrap": "0.0.2"
}
}