ccc-tnt-psd2ui/npm-packages/win32-v2.4.x/ag-psd/package.json
2023-07-24 10:36:46 +08:00

60 lines
1.6 KiB
JSON

{
"name": "ag-psd",
"version": "15.0.1",
"description": "Library for reading and writing PSD files",
"main": "dist/index.js",
"module": "dist-es/index.js",
"es2015": "dist-es/index.js",
"browser": "dist/index.js",
"sideEffects": true,
"repository": {
"type": "git",
"url": "https://github.com/Agamnentzar/ag-psd"
},
"scripts": {
"test": "gulp test",
"test2": "mocha -R dot dist/test",
"dev": "gulp dev --tests",
"lint": "tslint -c tslint.json src/ts/**/*.ts",
"build": "gulp build && browserify dist/index.js --standalone agPsd -o dist/bundle.js",
"rollup": "rollup --format=cjs --external base64-js --file=dist-es/bundle.js --sourcemap --sourcemapFile dist-es/bundle.js.map dist-es/index.js",
"prepublishOnly": "npm run build"
},
"jspm": {
"main": "dist/index.js",
"jspmNodeConversion": false,
"dependencies": {
"base64-js": "^1.3.1"
}
},
"keywords": [
"psd",
"photoshop"
],
"author": "Agamnentzar",
"license": "MIT",
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.42",
"browserify": "^17.0.0",
"canvas": "^2.8.0",
"chai": "^4.3.4",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-spawn-mocha": "^6.0.0",
"gulp-typescript": "^5.0.1",
"merge2": "^1.4.1",
"mocha": "^6.2.0",
"source-map-support": "^0.5.19",
"tslint": "^6.1.3",
"typescript": "^4.2.4"
},
"dependencies": {
"@types/base64-js": "^1.3.0",
"@types/pako": "^2.0.0",
"base64-js": "^1.5.1",
"pako": "^2.0.4"
}
}