node-fast-plist/package.json

31 строка
774 B
JSON

{
"name": "fast-plist",
"version": "0.1.3",
"description": "A fast PLIST parser",
"author": "Microsoft Corporation",
"main": "./release/src/main.js",
"typings": "./release/src/main.d.ts",
"scripts": {
"watch": "tsc -w",
"compile": "tsc",
"test": "mocha release/test/test",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/node-fast-plist.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/node-fast-plist/issues"
},
"homepage": "https://github.com/Microsoft/node-fast-plist#readme",
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"mocha": "^10.1.0",
"sax": "^1.2.4",
"typescript": "^4.9.3"
}
}